Searched refs:verify_proc_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/ocsp/
H A Dnss_ocsp_unittest.cc76 verify_proc_(new CertVerifyProcNSS),
77 verifier_(new MultiThreadedCertVerifier(verify_proc_.get())) {}
123 scoped_refptr<CertVerifyProc> verify_proc_; member in class:net::NssHttpTest
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.cc224 : verify_proc_(verify_proc),
259 error_ = verify_proc_->Verify(cert_.get(),
326 scoped_refptr<CertVerifyProc> verify_proc_; member in class:net::CertVerifierWorker
440 verify_proc_(verify_proc),
501 new CertVerifierWorker(verify_proc_.get(),
H A Dmulti_threaded_cert_verifier.h163 scoped_refptr<CertVerifyProc> verify_proc_; member in class:net::MultiThreadedCertVerifier
H A Dcert_verify_proc_unittest.cc115 : verify_proc_(CertVerifyProc::CreateDefault()) {
121 return verify_proc_->SupportsAdditionalTrustAnchors();
130 return verify_proc_->Verify(cert, hostname, flags, crl_set,
135 scoped_refptr<CertVerifyProc> verify_proc_; member in class:net::CertVerifyProcTest
822 verify_proc_ = new WellKnownCaCertVerifyProc(true);
829 verify_proc_ = new WellKnownCaCertVerifyProc(false);

Completed in 665 milliseconds