Searched refs:SecCertificateCopyEscrowRoots (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificatePriv.h191 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType);
H A DSecPolicy.c1798 // Get the roots by calling the SecCertificateCopyEscrowRoots
1799 anArray = SecCertificateCopyEscrowRoots(kSecCertificateProductionEscrowRoot);
1859 anArray = SecCertificateCopyEscrowRoots(kSecCertificateProductionPCSEscrowRoot);
H A DSecCertificate.c5176 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) function
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificatePriv.h244 @function SecCertificateCopyEscrowRoots
249 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType)
H A DSecPolicy.cpp373 return SecCertificateCopyEscrowRoots(kSecCertificateProductionEscrowRoot);
H A DSecCertificate.cpp1097 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificatePriv.h244 @function SecCertificateCopyEscrowRoots
249 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType)
H A DSecPolicy.cpp373 return SecCertificateCopyEscrowRoots(kSecCertificateProductionEscrowRoot);
H A DSecCertificate.cpp1097 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificatePriv.h244 @function SecCertificateCopyEscrowRoots
249 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType)
H A DSecPolicy.cpp373 return SecCertificateCopyEscrowRoots(kSecCertificateProductionEscrowRoot);
H A DSecCertificate.cpp1097 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) function
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-71-mobile-store-policy.c519 isnt(anchors = SecCertificateCopyEscrowRoots(kSecCertificateProductionEscrowRoot), NULL, "unable to get production anchors");
527 isnt(anchors = SecCertificateCopyEscrowRoots(kSecCertificateProductionPCSEscrowRoot), NULL, "unable to get production PCS roots");
535 isnt(baselineRoots = SecCertificateCopyEscrowRoots(kSecCertificateBaselineEscrowRoot), NULL, "unable to get baseline roots");
540 isnt(productionRoots = SecCertificateCopyEscrowRoots(kSecCertificateProductionEscrowRoot), NULL, "unable to get production roots");
545 isnt(baselinePCSRoots = SecCertificateCopyEscrowRoots(kSecCertificateBaselinePCSEscrowRoot), NULL, "unable to get baseline PCS roots");
550 isnt(productionPCSRoots = SecCertificateCopyEscrowRoots(kSecCertificateProductionPCSEscrowRoot), NULL, "unable to get production PCS roots");
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpPolicies.cpp2535 CFArrayRef anchors = SecCertificateCopyEscrowRoots(rootType);

Completed in 109 milliseconds