Home
last modified time | relevance | path

Searched defs:verify_proc (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/cert/
Dtest_root_certs_unittest.cc96 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
160 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
203 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
Dmulti_threaded_cert_verifier.cc62 const scoped_refptr<CertVerifyProc>& verify_proc, in DoVerifyOnWorkerThread()
129 const scoped_refptr<CertVerifyProc>& verify_proc, in Start()
182 scoped_refptr<CertVerifyProc> verify_proc, in MultiThreadedCertVerifier()
Dnss_cert_database_unittest.cc850 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
889 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
929 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
979 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1023 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1083 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1150 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1215 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1280 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
Dcert_verify_proc_unittest.cc466 CertVerifyProc* verify_proc() const { return verify_proc_.get(); } in verify_proc() function in net::CertVerifyProcInternalTest
1116 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in VerifyChain() local
1429 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1443 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1462 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>( in TEST() local
1636 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1694 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local
1742 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local
5586 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local
5614 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local
[all …]
Dcert_verify_proc_builtin_unittest.cc98 int VerifyOnWorkerThread(const scoped_refptr<CertVerifyProc>& verify_proc, in VerifyOnWorkerThread()