Searched defs:crl_set (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/net/cert/ |
H A D | cert_verify_proc.cc | 378 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 D | cert_verify_proc_builtin.cc | 277 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 D | cert_verify_proc.h | 92 scoped_refptr<CRLSet> crl_set; member 247 CRLSet* crl_set() const { return crl_set_.get(); } in crl_set() function
|
H A D | crl_set.cc | 241 auto crl_set = base::WrapRefCounted(new CRLSet()); in Parse() local 426 auto crl_set = base::WrapRefCounted(new CRLSet()); in ForTesting() local
|
H A D | cert_verify_proc_unittest.cc | 204 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 D | cert_verify_proc_android.cc | 349 scoped_refptr<CRLSet> crl_set) in CertVerifyProcAndroid()
|
H A D | cert_verify_proc_ios.cc | 285 CertVerifyProcIOS::CertVerifyProcIOS(scoped_refptr<CRLSet> crl_set) in CertVerifyProcIOS()
|
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/ |
H A D | cert_verify_tool.cc | 132 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 D | revocation_checker.cc | 337 const CRLSet* crl_set, in CheckChainRevocationUsingCRLSet()
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_unittest.cc | 10446 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
|