Home
last modified time | relevance | path

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

/external/cronet/net/cert/
Dtest_root_certs_unittest.cc95 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
159 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
202 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
Dnss_cert_database_unittest.cc739 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
773 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
808 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
851 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
894 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
946 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1016 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
Dmulti_threaded_cert_verifier.cc68 const scoped_refptr<CertVerifyProc>& verify_proc, in DoVerifyOnWorkerThread()
140 const scoped_refptr<CertVerifyProc>& verify_proc, in Start()
194 scoped_refptr<CertVerifyProc> verify_proc, in MultiThreadedCertVerifier()
Dcert_verify_proc_unittest.cc460 CertVerifyProc* verify_proc() const { return verify_proc_.get(); } in verify_proc() function in net::CertVerifyProcInternalTest
1126 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in VerifyChain() local
1431 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1446 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1466 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>( in TEST() local
1653 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1698 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local
1751 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local
5611 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local
5641 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local
[all …]
Dcert_verify_proc_builtin_unittest.cc95 int VerifyOnWorkerThread(const scoped_refptr<CertVerifyProc>& verify_proc, in VerifyOnWorkerThread()
Dtrial_comparison_cert_verifier_unittest.cc391 auto verify_proc = base::MakeRefCounted<FakeCertVerifyProc>(OK, dummy_result); in TEST_F() local