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.cc376 CRLSet* crl_set) { in CertVerifyParams()
401 scoped_refptr<CRLSet> crl_set) { in CreateSystemVerifyProc()
417 scoped_refptr<CRLSet> crl_set, in CreateBuiltinVerifyProc()
429 scoped_refptr<CRLSet> crl_set, in CreateBuiltinWithChromeRootStore()
442 CertVerifyProc::CertVerifyProc(scoped_refptr<CRLSet> crl_set) in CertVerifyProc()
Dcert_verify_proc.h87 scoped_refptr<CRLSet> crl_set; member
195 CRLSet* crl_set() const { return crl_set_.get(); } in crl_set() function
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.cc257 const CRLSet* crl_set, in PathBuilderDelegateImpl()
457 scoped_refptr<CRLSet> crl_set, in CertVerifyProcBuiltin()
645 const CRLSet* crl_set, in TryBuildPath()
961 scoped_refptr<CRLSet> crl_set, in CreateCertVerifyProcBuiltin()
Dcert_verify_proc_android.cc349 scoped_refptr<CRLSet> crl_set) in CertVerifyProcAndroid()
Dcert_verify_proc_ios.cc283 CertVerifyProcIOS::CertVerifyProcIOS(scoped_refptr<CRLSet> crl_set) in CertVerifyProcIOS()
Dcert_verify_proc_unittest.cc200 scoped_refptr<CRLSet> crl_set, in CreateCertVerifyProc()
298 scoped_refptr<CRLSet> crl_set, in SetUpWithCertNetFetcher()
308 virtual void SetUpCertVerifyProc(scoped_refptr<CRLSet> crl_set) { in SetUpCertVerifyProc()
2032 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2082 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2118 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2161 scoped_refptr<CRLSet> crl_set; in TEST_P() local
2210 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
2253 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
2306 scoped_refptr<CRLSet> crl_set = CRLSet::BuiltinCRLSet(); in TEST_P() local
[all …]
/external/cronet/net/tools/cert_verify_tool/
Dcert_verify_tool.cc130 net::CRLSet* crl_set, in VerifyCert()
176 net::CRLSet* crl_set, in VerifyCert()
245 scoped_refptr<net::CRLSet> crl_set, in CreateCertVerifyImplFromName()
455 scoped_refptr<net::CRLSet> crl_set = net::CRLSet::BuiltinCRLSet(); in main() local
/external/cronet/net/cert/internal/
Drevocation_checker.cc337 const CRLSet* crl_set, in CheckChainRevocationUsingCRLSet()
/external/cronet/net/url_request/
Durl_request_unittest.cc10635 void UpdateCertVerifier(scoped_refptr<CRLSet> crl_set) { in UpdateCertVerifier()
11655 auto crl_set = in TEST_F() local
11697 auto crl_set = CRLSet::ForTesting(false, nullptr, "", common_name, {}); in TEST_F() local
11725 auto crl_set = in TEST_F() local