OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verify_proc_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/ocsp/
nss_ocsp_unittest.cc
75
verify_proc_
(new CertVerifyProcNSS),
76
verifier_(new MultiThreadedCertVerifier(
verify_proc_
.get())) {}
122
scoped_refptr<CertVerifyProc>
verify_proc_
;
member in class:net::NssHttpTest
/external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc
193
:
verify_proc_
(verify_proc),
228
error_ =
verify_proc_
->Verify(cert_.get(),
295
scoped_refptr<CertVerifyProc>
verify_proc_
;
member in class:net::CertVerifierWorker
397
verify_proc_
(verify_proc),
458
new CertVerifierWorker(
verify_proc_
.get(),
multi_threaded_cert_verifier.h
160
scoped_refptr<CertVerifyProc>
verify_proc_
;
member in class:net::MultiThreadedCertVerifier
cert_verify_proc_unittest.cc
91
:
verify_proc_
(CertVerifyProc::CreateDefault()) {
97
return
verify_proc_
->SupportsAdditionalTrustAnchors();
106
return
verify_proc_
->Verify(cert, hostname, flags, crl_set,
111
scoped_refptr<CertVerifyProc>
verify_proc_
;
member in class:net::CertVerifyProcTest
785
verify_proc_
= new WellKnownCaCertVerifyProc(true);
792
verify_proc_
= new WellKnownCaCertVerifyProc(false);
[
all
...]
Completed in 49 milliseconds