Searched defs:cert_handle_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_certificate.h282 // result, intermediates for |cert_handle_| cannot be located simply via
283 // |cert_handle_->hCertStore|, as it refers to a magic value indicating
357 OSCertHandle os_cert_handle() const { return cert_handle_; }
500 OSCertHandle cert_handle_; member in class:net::X509Certificate
/external/chromium_org/net/http/
H A Ddisk_based_cert_cache_unittest.cc59 TestGetCallback() : cert_handle_(NULL) {}
61 if (cert_handle_)
62 X509Certificate::FreeOSCertHandle(cert_handle_);
77 return cert_handle_;
83 cert_handle_ = X509Certificate::DupOSCertHandle(handle);
88 X509Certificate::OSCertHandle cert_handle_; member in class:net::__anon9248::TestGetCallback
H A Ddisk_based_cert_cache.cc109 const X509Certificate::OSCertHandle cert_handle_; member in class:net::DiskBasedCertCache::WriteWorker
129 cert_handle_(X509Certificate::DupOSCertHandle(cert_handle)),
141 if (cert_handle_)
142 X509Certificate::FreeOSCertHandle(cert_handle_);
245 bool encoded = X509Certificate::GetDEREncoded(cert_handle_, &write_data);
342 X509Certificate::OSCertHandle cert_handle_; member in class:net::DiskBasedCertCache::ReadWorker
361 cert_handle_(NULL),
375 if (cert_handle_)
376 X509Certificate::FreeOSCertHandle(cert_handle_);
469 cert_handle_
[all...]

Completed in 75 milliseconds