Searched defs:os_cert_handle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_certificate.h272 // cause os_cert_handle() to return incorrect results. This function is only
292 // This function is only needed when the HCERTSTORE of the os_cert_handle()
302 // os_cert_handle(). For this reason, the returned PCCERT_CONTEXT *MUST NOT*
357 OSCertHandle os_cert_handle() const { return cert_handle_; } function in class:net::X509Certificate
H A Dx509_util_mac.cc187 OSStatus CSSMCachedCertificate::Init(SecCertificateRef os_cert_handle) { argument
189 DCHECK(os_cert_handle);
191 OSStatus status = SecCertificateGetData(os_cert_handle, &cert_data);
194 status = SecCertificateGetCLHandle(os_cert_handle, &cl_handle_);

Completed in 1058 milliseconds