Searched defs:crl_set (Results 1 – 10 of 10) sorted by relevance
| /external/cronet/net/cert/ |
| D | cert_verify_proc.h | 148 CRLSet* crl_set() const { return crl_set_.get(); } in crl_set() function 238 scoped_refptr<CRLSet> crl_set; member
|
| D | cert_verify_proc.cc | 378 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()
|
| 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 | 244 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()
|
| D | cert_verify_proc_android.cc | 347 scoped_refptr<CRLSet> crl_set) in CertVerifyProcAndroid()
|
| D | cert_verify_proc_ios.cc | 284 CertVerifyProcIOS::CertVerifyProcIOS(scoped_refptr<CRLSet> crl_set) in CertVerifyProcIOS()
|
| D | cert_verify_proc_unittest.cc | 207 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/ |
| D | cert_verify_tool.cc | 127 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/ |
| D | revocation_checker.cc | 331 const CRLSet* crl_set, in CheckChainRevocationUsingCRLSet()
|
| /external/cronet/net/url_request/ |
| D | url_request_unittest.cc | 10513 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
|