Home
last modified time | relevance | path

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

/external/cronet/net/cert/
Dcert_verify_proc.h148 CRLSet* crl_set() const { return crl_set_.get(); } in crl_set() function
238 scoped_refptr<CRLSet> crl_set; member
Dcert_verify_proc.cc378 CRLSet* crl_set, in CertVerifyParams()
417 scoped_refptr<CRLSet> crl_set) { in CreateSystemVerifyProc()
433 scoped_refptr<CRLSet> crl_set) { in CreateBuiltinVerifyProc()
444 scoped_refptr<CRLSet> crl_set, in CreateBuiltinWithChromeRootStore()
455 CertVerifyProc::CertVerifyProc(scoped_refptr<CRLSet> crl_set) in CertVerifyProc()
Dcrl_set.cc241 auto crl_set = base::WrapRefCounted(new CRLSet()); in Parse() local
426 auto crl_set = base::WrapRefCounted(new CRLSet()); in ForTesting() local
Dcert_verify_proc_builtin.cc244 PathBuilderDelegateImpl(const CRLSet* crl_set, in PathBuilderDelegateImpl()
435 scoped_refptr<CRLSet> crl_set, in CertVerifyProcBuiltin()
585 const CRLSet* crl_set, in TryBuildPath()
947 scoped_refptr<CRLSet> crl_set, in CreateCertVerifyProcBuiltin()
Dcert_verify_proc_android.cc347 scoped_refptr<CRLSet> crl_set) in CertVerifyProcAndroid()
Dcert_verify_proc_ios.cc284 CertVerifyProcIOS::CertVerifyProcIOS(scoped_refptr<CRLSet> crl_set) in CertVerifyProcIOS()
Dcert_verify_proc_unittest.cc207 scoped_refptr<CRLSet> crl_set) { in CreateCertVerifyProc()
297 scoped_refptr<CRLSet> crl_set) { in SetUpWithCertNetFetcher()
304 virtual void SetUpCertVerifyProc(scoped_refptr<CRLSet> crl_set) { in SetUpCertVerifyProc()
2020 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2073 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2111 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2156 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2208 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
2253 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
2309 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
[all …]
/external/cronet/net/tools/cert_verify_tool/
Dcert_verify_tool.cc127 net::CRLSet* crl_set, in VerifyCert()
173 net::CRLSet* crl_set, in VerifyCert()
224 scoped_refptr<net::CRLSet> crl_set, in CreateCertVerifyImplFromName()
430 scoped_refptr<net::CRLSet> crl_set = net::CRLSet::BuiltinCRLSet(); in main() local
/external/cronet/net/cert/internal/
Drevocation_checker.cc331 const CRLSet* crl_set, in CheckChainRevocationUsingCRLSet()
/external/cronet/net/url_request/
Durl_request_unittest.cc10513 void UpdateCertVerifier(scoped_refptr<CRLSet> crl_set) { in UpdateCertVerifier()
11528 auto crl_set = in TEST_F() local
11570 auto crl_set = CRLSet::ForTesting(false, nullptr, "", common_name, {}); in TEST_F() local
11598 auto crl_set = in TEST_F() local