Lines Matching refs:cert
813 CF_INLINE CFStringRef CopyCertSubject(SecCertificateRef cert)
819 server_cert_summary = SecCertificateCopySubjectSummary(cert);
825 SecCertificateCopyLongDescription(NULL, cert, NULL);
831 server_cert_summary = SecCertificateCopySubjectSummary(cert);
835 (void)SecCertificateCopyCommonName(cert, &server_cert_summary);
850 SecCertificateRef cert = NULL;
868 (SecKeychainItemRef *)&cert);
869 if(status == noErr && cert) {
871 status = SecIdentityCreateWithCertificate(NULL, cert, out_c_a_k);
872 CFRelease(cert);
1193 /* User wants to authenticate with a client cert. Look for it:
1213 SecCertificateRef cert = NULL;
1218 err = SecIdentityCopyCertificate(cert_and_key, &cert);
1220 CFStringRef cert_summary = CopyCertSubject(cert);
1232 CFRelease(cert);
1895 /* This error is raised if the server's cert didn't match the server's