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

/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.c233 CFArrayRef wrappedCert = NULL; local
250 wrappedCert = CERT_CertListFromCert(cert);
251 status = SecTrustCreateWithCertificates(wrappedCert, policy, &trust);
294 if (wrappedCert)
295 CFRelease(wrappedCert);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcert.c233 CFArrayRef wrappedCert = NULL; local
250 wrappedCert = CERT_CertListFromCert(cert);
251 status = SecTrustCreateWithCertificates(wrappedCert, policy, &trust);
294 if (wrappedCert)
295 CFRelease(wrappedCert);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c3641 CFArrayRef wrappedCert = CFArrayCreate(NULL, (const void**) &cert, 1, &kCFTypeArrayCallBacks); local
3642 if (!wrappedCert) LogMsg("getCertChain: wrappedCert is NULL");
3646 err = SecTrustCreateWithCertificates(wrappedCert, policy, &trust);
3679 CFRelease(wrappedCert);

Completed in 191 milliseconds