Searched refs:escrowRootType (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.h56 CFArrayRef SecOTAPKICopyEscrowCertificates(uint32_t escrowRootType, SecOTAPKIRef otapkiRef);
87 CFArrayRef SecOTAPKICopyCurrentEscrowCertificates(uint32_t escrowRootType, CFErrorRef* error);
H A DOTATrustUtilities.c1059 CFArrayRef SecOTAPKICopyEscrowCertificates(uint32_t escrowRootType, SecOTAPKIRef otapkiRef) argument
1067 switch (escrowRootType) {
1149 CFArrayRef SecOTAPKICopyCurrentEscrowCertificates(uint32_t escrowRootType, CFErrorRef* error) argument
1160 result = SecOTAPKICopyEscrowCertificates(escrowRootType, otapkiref);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificatePriv.h191 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType);
H A DSecCertificate.c5147 static CFArrayRef CopyEscrowCertificates(SecCertificateEscrowRootType escrowRootType, CFErrorRef* error) argument
5151 do_if_registered(ota_CopyEscrowCertificates, escrowRootType, error);
5156 xpc_dictionary_set_uint64(message, "escrowType", (uint64_t)escrowRootType);
5176 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) argument
5185 if (kSecCertificateBaselineEscrowRoot == escrowRootType ||
5186 kSecCertificateBaselinePCSEscrowRoot == escrowRootType)
5189 numRoots = (kSecCertificateBaselineEscrowRoot == escrowRootType) ?
5196 if (kSecCertificateBaselinePCSEscrowRoot == escrowRootType) {
5226 CFArrayRef cert_datas = CopyEscrowCertificates(escrowRootType, &error);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificatePriv.h246 @param escrowRootType An enumerated type indicating which root type to return.
249 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType)
H A DSecCertificate.cpp1041 static CFArrayRef CopyEscrowCertificates(SecCertificateEscrowRootType escrowRootType, CFErrorRef *error) argument
1052 switch (escrowRootType) {
1097 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) argument
1106 if (kSecCertificateBaselineEscrowRoot == escrowRootType)
1139 CFArrayRef cert_datas = CopyEscrowCertificates(escrowRootType, &error);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificatePriv.h246 @param escrowRootType An enumerated type indicating which root type to return.
249 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType)
H A DSecCertificate.cpp1041 static CFArrayRef CopyEscrowCertificates(SecCertificateEscrowRootType escrowRootType, CFErrorRef *error) argument
1052 switch (escrowRootType) {
1097 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) argument
1106 if (kSecCertificateBaselineEscrowRoot == escrowRootType)
1139 CFArrayRef cert_datas = CopyEscrowCertificates(escrowRootType, &error);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificatePriv.h246 @param escrowRootType An enumerated type indicating which root type to return.
249 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType)
H A DSecCertificate.cpp1041 static CFArrayRef CopyEscrowCertificates(SecCertificateEscrowRootType escrowRootType, CFErrorRef *error) argument
1052 switch (escrowRootType) {
1097 CFArrayRef SecCertificateCopyEscrowRoots(SecCertificateEscrowRootType escrowRootType) argument
1106 if (kSecCertificateBaselineEscrowRoot == escrowRootType)
1139 CFArrayRef cert_datas = CopyEscrowCertificates(escrowRootType, &error);
/macosx-10.10.1/Security-57031.1.35/Security/sec/ipc/
H A Dsecurityd_client.h223 CFArrayRef (*ota_CopyEscrowCertificates)(uint32_t escrowRootType, CFErrorRef* error);
H A Dserver.c826 uint32_t escrowRootType = (uint32_t)xpc_dictionary_get_uint64(event, "escrowType"); local
827 CFArrayRef array = SecOTAPKICopyCurrentEscrowCertificates(escrowRootType, &error);

Completed in 201 milliseconds