Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cert/
H A Dnss_cert_database_unittest.cc852 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
894 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
937 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
990 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1037 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1100 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1170 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1238 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
1306 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
H A Dtest_root_certs_unittest.cc114 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST_P() local
178 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST_P() local
221 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST_P() local
H A 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()
H A Dcert_verify_proc_unittest.cc464 CertVerifyProc* verify_proc() const { return verify_proc_.get(); } in verify_proc() function in net::CertVerifyProcInternalTest
1114 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in VerifyChain() local
1427 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1441 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1460 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>( in TEST() local
1601 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local
1659 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local
1707 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local
5551 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local
5579 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local
[all …]
H A Dcert_verify_proc_builtin_unittest.cc110 int VerifyOnWorkerThread(const scoped_refptr<CertVerifyProc>& verify_proc, in VerifyOnWorkerThread()