Home
last modified time | relevance | path

Searched defs:ImplParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc.h84 struct NET_EXPORT ImplParams { struct
88 ImplParams& operator=(const ImplParams& other); argument
90 ImplParams& operator=(ImplParams&& other); argument
92 scoped_refptr<CRLSet> crl_set;
93 std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs;
94 scoped_refptr<net::CTPolicyEnforcer> ct_policy_enforcer;
96 std::optional<net::ChromeRootStoreData> root_store_data;
99 bool use_chrome_root_store;
H A Dcert_verify_proc.cc832 CertVerifyProc::ImplParams::ImplParams() { in ImplParams() function in net::CertVerifyProc::ImplParams