Home | History | Annotate | Download | only in http

Lines Matching refs:cert_handle

29     const X509Certificate::OSCertHandle cert_handle) {
31 X509Certificate::CalculateFingerprint(cert_handle);
64 X509Certificate::OSCertHandle cert_handle,
126 X509Certificate::OSCertHandle cert_handle,
129 cert_handle_(X509Certificate::DupOSCertHandle(cert_handle)),
497 X509Certificate::OSCertHandle cert_handle) {
498 X509Certificate::FreeOSCertHandle(cert_handle);
528 // Note, this will also bring the cert_handle to the front of the recency
557 const X509Certificate::OSCertHandle cert_handle,
560 DCHECK(cert_handle);
561 std::string key = GetCacheKeyForCert(cert_handle);
569 cert_handle,
573 cert_handle));
584 X509Certificate::OSCertHandle cert_handle) {
585 if (cert_handle)
586 mru_cert_cache_.Put(key, X509Certificate::DupOSCertHandle(cert_handle));
592 X509Certificate::OSCertHandle cert_handle) {
595 mru_cert_cache_.Put(key, X509Certificate::DupOSCertHandle(cert_handle));