Searched refs:tsCerts (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DStaticCode.cpp573 CFRef<CFArrayRef> tsCerts; local
574 MacOSError::check(CMSDecoderCopySignerTimestampCertificates(cms, 0, &tsCerts.aref()));
575 CFIndex tsn = CFArrayGetCount(tsCerts);
576 bool good = tsn > 0 && isAppleCA(SecCertificateRef(CFArrayGetValueAtIndex(tsCerts, tsn-1)));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DStaticCode.cpp573 CFRef<CFArrayRef> tsCerts; local
574 MacOSError::check(CMSDecoderCopySignerTimestampCertificates(cms, 0, &tsCerts.aref()));
575 CFIndex tsn = CFArrayGetCount(tsCerts);
576 bool good = tsn > 0 && isAppleCA(SecCertificateRef(CFArrayGetValueAtIndex(tsCerts, tsn-1)));

Completed in 79 milliseconds