Home
last modified time | relevance | path

Searched defs:crl_set (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc.cc378 CRLSet* crl_set) { in CertVerifyParams()
403 scoped_refptr<CRLSet> crl_set) { in CreateSystemVerifyProc()
419 scoped_refptr<CRLSet> crl_set, in CreateBuiltinVerifyProc()
434 scoped_refptr<CRLSet> crl_set, in CreateBuiltinWithChromeRootStore()
450 CertVerifyProc::CertVerifyProc(scoped_refptr<CRLSet> crl_set) in CertVerifyProc()
H A Dcert_verify_proc_builtin.cc277 const CRLSet* crl_set, in PathBuilderDelegateImpl()
699 scoped_refptr<CRLSet> crl_set, in CertVerifyProcBuiltin()
941 const CRLSet* crl_set, in TryBuildPath()
1266 scoped_refptr<CRLSet> crl_set, in CreateCertVerifyProcBuiltin()
H A Dcert_verify_proc.h92 scoped_refptr<CRLSet> crl_set; member
247 CRLSet* crl_set() const { return crl_set_.get(); } in crl_set() function
H A Dcrl_set.cc241 auto crl_set = base::WrapRefCounted(new CRLSet()); in Parse() local
426 auto crl_set = base::WrapRefCounted(new CRLSet()); in ForTesting() local
H A Dcert_verify_proc_unittest.cc204 scoped_refptr<CRLSet> crl_set, in CreateCertVerifyProc()
305 scoped_refptr<CRLSet> crl_set, in SetUpWithCertNetFetcher()
315 virtual void SetUpCertVerifyProc(scoped_refptr<CRLSet> crl_set) { in SetUpCertVerifyProc()
1997 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2047 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2083 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2126 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2175 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
2218 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
2271 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
[all …]
H A Dcert_verify_proc_android.cc349 scoped_refptr<CRLSet> crl_set) in CertVerifyProcAndroid()
H A Dcert_verify_proc_ios.cc285 CertVerifyProcIOS::CertVerifyProcIOS(scoped_refptr<CRLSet> crl_set) in CertVerifyProcIOS()
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/
H A Dcert_verify_tool.cc132 net::CRLSet* crl_set, in VerifyCert()
178 net::CRLSet* crl_set, in VerifyCert()
252 scoped_refptr<net::CRLSet> crl_set, in CreateCertVerifyImplFromName()
465 scoped_refptr<net::CRLSet> crl_set = net::CRLSet::BuiltinCRLSet(); in main() local
/aosp_15_r20/external/cronet/net/cert/internal/
H A Drevocation_checker.cc337 const CRLSet* crl_set, in CheckChainRevocationUsingCRLSet()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc10446 void UpdateCertVerifier(scoped_refptr<CRLSet> crl_set) { in UpdateCertVerifier()
11464 auto crl_set = in TEST_F() local
11506 auto crl_set = CRLSet::ForTesting(false, nullptr, "", common_name, {}); in TEST_F() local
11534 auto crl_set = in TEST_F() local