Home | History | Annotate | Download | only in ssl

Lines Matching refs:cert_handle

38 OSStatus CopyCertChain(SecCertificateRef cert_handle,
40 DCHECK(cert_handle);
52 NULL, const_cast<const void**>(reinterpret_cast<void**>(&cert_handle)),
89 X509Certificate::OSCertHandle cert_handle = (*cert)->os_cert_handle();
91 OSStatus result = CopyCertChain(cert_handle, &cert_chain);
109 cert_handle, intermediates));
228 SecCertificateRef cert_handle;
229 err = SecIdentityCopyCertificate(identity, &cert_handle);
232 ScopedCFTypeRef<SecCertificateRef> scoped_cert_handle(cert_handle);
235 X509Certificate::CreateFromHandle(cert_handle,