Searched refs:this_cert (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPCertificateUtil.c171 SecCertificateRef this_cert; local
180 status = SecIdentityCopyCertificate(identity, &this_cert);
181 if (this_cert == NULL) {
187 if (CFEqual(cert_to_match, this_cert)) {
192 CFRelease(this_cert);
H A DEAPTLSUtil.c1453 SecCertificateRef this_cert; local
1455 this_cert = (SecCertificateRef)CFArrayGetValueAtIndex(list, i);
1456 if (CFEqual(cert, this_cert)) {
/macosx-10.9.5/eap8021x-180/eapolcfg.tproj/
H A Deapolcfg.c297 SecCertificateRef this_cert; local
300 status = SecIdentityCopyCertificate(identity, &this_cert);
302 if (CFEqual(this_cert, cert)) {
306 CFRelease(this_cert);

Completed in 178 milliseconds