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

/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPTLSUtil.c1230 CFArrayRef trusted_certs = NULL; local
1255 trusted_certs = copy_cert_list(properties,
1257 if (trusted_certs != NULL) {
1258 status = SecTrustSetAnchorCertificates(trust, trusted_certs);
1272 if (trusted_certs != NULL || trusted_server_names != NULL) {
1310 = (trusted_certs != NULL || trusted_server_names != NULL);
1329 my_CFRelease(&trusted_certs);
1486 server_cert_chain_is_trusted(SecTrustRef trust, CFArrayRef trusted_certs) argument
1508 if (cert_list_contains_cert(trusted_certs, cert)) {
1581 * cert name matches. Similarly, if the trusted_certs lis
1589 verify_server_certs(SecTrustRef trust, CFArrayRef server_certs, CFArrayRef trusted_certs, CFArrayRef trusted_server_names) argument
1624 CFArrayRef trusted_certs = NULL; local
[all...]
/macosx-10.9.5/eap8021x-180/eapolcfg.tproj/
H A Deapolcfg.c636 CFMutableArrayRef trusted_certs = NULL; local
727 if (trusted_certs == NULL) {
728 trusted_certs
731 if (CFArrayContainsValue(trusted_certs, trusted_certs_range,
737 CFArrayAppendValue(trusted_certs, data);
824 if (trusted_certs != NULL) {
826 trusted_certs);
916 my_CFRelease(&trusted_certs);

Completed in 123 milliseconds