Searched refs:certificates (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredential.cpp60 , m_certificates(original.certificates())
97 Credential::Credential(SecIdentityRef identity, CFArrayRef certificates, CredentialPersistence persistence) argument
102 , m_certificates(certificates)
112 CFArrayRef Credential::certificates() const function in class:WebCore::Credential
138 // FIXME: Is pointer comparison of the identity and certificates properties sufficient?
142 if (a.certificates() != b.certificates())
145 // We only need to check identity and certificates to compare
H A DCredential.h59 Credential(SecIdentityRef identity, CFArrayRef certificates, CredentialPersistence);
71 CFArrayRef certificates() const;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustAdditions.h39 CFArrayRef potentialEVChainWithCertificates(CFArrayRef certificates);
40 CFArrayRef allowedEVRootsForLeafCertificate(CFArrayRef certificates);
H A DSecCertificateBundle.h43 @abstract Imports one or more certificates into a keychain with the specified encoding and bundle type.
48 @param keychainListToSkipDuplicates A reference to an array of keychains. These keychains contain certificates that shouldn't be duplicated during the import.
60 @abstract Exports one or more certificates into a bundle with the specified encoding and bundle type.
61 @param certificates An array of certificate and keychain items used to help build the bundle.
68 CFArrayRef certificates,
H A DSecCertificateBundle.cpp60 CFArrayRef certificates,
59 SecCertificateBundleExport( CFArrayRef certificates, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
H A DSecCertificatePrivP.h32 Certificates are able to compute their parent certificates, and much more.
123 certificates subject if any. */
161 CFArrayRef SecCertificateArrayCopyDataArray(CFArrayRef certificates);
164 CFArrayRef SecCertificateDataArrayCopyArray(CFArrayRef certificates);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustAdditions.h39 CFArrayRef potentialEVChainWithCertificates(CFArrayRef certificates);
40 CFArrayRef allowedEVRootsForLeafCertificate(CFArrayRef certificates);
H A DSecCertificateBundle.h43 @abstract Imports one or more certificates into a keychain with the specified encoding and bundle type.
48 @param keychainListToSkipDuplicates A reference to an array of keychains. These keychains contain certificates that shouldn't be duplicated during the import.
60 @abstract Exports one or more certificates into a bundle with the specified encoding and bundle type.
61 @param certificates An array of certificate and keychain items used to help build the bundle.
68 CFArrayRef certificates,
H A DSecCertificateBundle.cpp60 CFArrayRef certificates,
59 SecCertificateBundleExport( CFArrayRef certificates, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
H A DSecCertificatePrivP.h32 Certificates are able to compute their parent certificates, and much more.
123 certificates subject if any. */
161 CFArrayRef SecCertificateArrayCopyDataArray(CFArrayRef certificates);
164 CFArrayRef SecCertificateDataArrayCopyArray(CFArrayRef certificates);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustAdditions.h39 CFArrayRef potentialEVChainWithCertificates(CFArrayRef certificates);
40 CFArrayRef allowedEVRootsForLeafCertificate(CFArrayRef certificates);
H A DSecCertificateBundle.h43 @abstract Imports one or more certificates into a keychain with the specified encoding and bundle type.
48 @param keychainListToSkipDuplicates A reference to an array of keychains. These keychains contain certificates that shouldn't be duplicated during the import.
60 @abstract Exports one or more certificates into a bundle with the specified encoding and bundle type.
61 @param certificates An array of certificate and keychain items used to help build the bundle.
68 CFArrayRef certificates,
H A DSecCertificateBundle.cpp60 CFArrayRef certificates,
59 SecCertificateBundleExport( CFArrayRef certificates, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
H A DSecCertificatePrivP.h32 Certificates are able to compute their parent certificates, and much more.
123 certificates subject if any. */
161 CFArrayRef SecCertificateArrayCopyDataArray(CFArrayRef certificates);
164 CFArrayRef SecCertificateDataArrayCopyArray(CFArrayRef certificates);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dclclient.cpp48 : certificates(NumCerts, GroupList.CertList)
H A Dclclient.h68 CssmVector<CSSM_DATA, CssmData> certificates; member in class:Security::CssmClient::BuildCertGroup
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dclclient.cpp48 : certificates(NumCerts, GroupList.CertList)
H A Dclclient.h68 CssmVector<CSSM_DATA, CssmData> certificates; member in class:Security::CssmClient::BuildCertGroup
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.h44 #define kSecTrustCertificatesKey "certificates"
64 SecPathBuilderRef SecPathBuilderCreate(CFArrayRef certificates,
86 void SecTrustServerEvaluateBlock(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, __unused CFArrayRef accessGroups, void (^evaluated)(SecTrustResultType tr, CFArrayRef details, CFDictionaryRef info, SecCertificatePathRef chain, CFErrorRef error));
89 SecTrustResultType SecTrustServerEvaluate(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, __unused CFArrayRef accessGroups, CFArrayRef *details, CFDictionaryRef *info, SecCertificatePathRef *chain, CFErrorRef *error);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificatePath.c83 SecCertificateRef certificates[]; member in struct:SecCertificatePath
94 CFRelease(certificatePath->certificates[ix]);
105 if (!CFEqual(cp1->certificates[ix], cp2->certificates[ix]))
118 hashCode += CFHash(certificatePath->certificates[ix]);
136 CFStringRef str = CFCopyDescription(certificatePath->certificates[ix]);
205 result->certificates[ix] = path->certificates[ix];
206 CFRetain(result->certificates[ix]);
208 result->certificates[coun
[all...]
/macosx-10.9.5/security_certificates-55036.1.3/
H A DbuildCAKeychain36 $SECURITY -q add-certificates -k "$CA_CERT_KC_PATH" "$root" || exit(1)
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/Tests/
H A DDER_Ticket.h53 DERItem certificates; /* SEQUENCE of CERTIFICATE */ member in struct:__anon4763
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DODBridge.h41 CFMutableArrayRef certificates; member in struct:ODdl_results
H A DODBridge.cpp66 CFRelease(result->certificates);
88 CFArrayAppendValue(results->certificates, value);
188 results->certificates = CFArrayCreateMutable(NULL, 20, &kCFTypeArrayCallBacks);
217 // return certificates sequentially as if they are individual records.
227 if(!results || !results->certificates) {
229 } else if(results->currentRecord < CFArrayGetCount(results->certificates)) {
230 retval = (CFDataRef) CFArrayGetValueAtIndex(results->certificates, results->currentRecord);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/mac/
H A DAuthenticationManager.mac.mm47 // The passed-in certificate chain includes the identity certificate at index 0, and additional certificates starting at index 1.
60 certificates:nsChain

Completed in 115 milliseconds

1234