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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPCertificateUtil.c259 * The handle 'cert_id' is NULL, a non-NULL dictionary, or a non-NULL data.
266 EAPSecIdentityHandleCreateSecIdentity(EAPSecIdentityHandleRef cert_id, argument
270 if (cert_id == NULL
271 || isA_CFDictionary(cert_id) != NULL) {
272 return (IdentityCreateFromDictionary(cert_id, ret_identity));
274 if (isA_CFData(cert_id) != NULL) {
275 return (IdentityCreateFromData((CFDataRef)cert_id, ret_identity));
396 EAPSecIdentityHandleCreateSecIdentityTrustChain(EAPSecIdentityHandleRef cert_id, argument
403 status = EAPSecIdentityHandleCreateSecIdentity(cert_id, &identity);
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c411 const char *cert_id; member in struct:__anon7143
415 params.cert_id = cert_file;

Completed in 116 milliseconds