OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verify_proc
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/cert/
test_root_certs_unittest.cc
91
scoped_refptr<CertVerifyProc>
verify_proc
(CertVerifyProc::CreateDefault());
92
int bad_status =
verify_proc
->Verify(test_cert.get(),
109
int good_status =
verify_proc
->Verify(test_cert.get(),
125
int restored_status =
verify_proc
->Verify(test_cert.get(),
nss_cert_database_unittest.cc
547
scoped_refptr<CertVerifyProc>
verify_proc
(new CertVerifyProcNSS());
550
int error =
verify_proc
->Verify(goog_cert.get(),
578
scoped_refptr<CertVerifyProc>
verify_proc
(new CertVerifyProcNSS());
581
int error =
verify_proc
->Verify(puny_cert.get(),
617
scoped_refptr<CertVerifyProc>
verify_proc
(new CertVerifyProcNSS());
620
int error =
verify_proc
->Verify(puny_cert.get(),
653
scoped_refptr<CertVerifyProc>
verify_proc
(new CertVerifyProcNSS());
656
int error =
verify_proc
->Verify(certs[0].get(),
701
scoped_refptr<CertVerifyProc>
verify_proc
(new CertVerifyProcNSS());
704
int error =
verify_proc
->Verify(certs[0].get()
[
all
...]
multi_threaded_cert_verifier.cc
186
CertVerifierWorker(CertVerifyProc*
verify_proc
,
193
: verify_proc_(
verify_proc
),
392
CertVerifyProc*
verify_proc
)
397
verify_proc_(
verify_proc
),
multi_threaded_cert_verifier.h
40
explicit MultiThreadedCertVerifier(CertVerifyProc*
verify_proc
);
/external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.cc
54
scoped_refptr<net::CertVerifyProc>
verify_proc
=
local
56
if (!
verify_proc
->SupportsAdditionalTrustAnchors()) {
61
new net::MultiThreadedCertVerifier(
verify_proc
.get());
Completed in 482 milliseconds