Searched defs:crl_set (Results 1 – 10 of 10) sorted by relevance
| /external/cronet/net/cert/ |
| D | cert_verify_proc.cc | 376 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()
|
| D | cert_verify_proc.h | 87 scoped_refptr<CRLSet> crl_set; member 195 CRLSet* crl_set() const { return crl_set_.get(); } in crl_set() function
|
| 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
|
| D | cert_verify_proc_builtin.cc | 257 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()
|
| D | cert_verify_proc_android.cc | 349 scoped_refptr<CRLSet> crl_set) in CertVerifyProcAndroid()
|
| D | cert_verify_proc_ios.cc | 283 CertVerifyProcIOS::CertVerifyProcIOS(scoped_refptr<CRLSet> crl_set) in CertVerifyProcIOS()
|
| D | cert_verify_proc_unittest.cc | 200 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/ |
| D | cert_verify_tool.cc | 130 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/ |
| D | revocation_checker.cc | 337 const CRLSet* crl_set, in CheckChainRevocationUsingCRLSet()
|
| /external/cronet/net/url_request/ |
| D | url_request_unittest.cc | 10635 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
|