Searched defs:ImplParams (Results 1 – 4 of 4) sorted by relevance
85 struct NET_EXPORT ImplParams { struct89 ImplParams& operator=(const ImplParams& other); argument91 ImplParams& operator=(ImplParams&& other); argument93 scoped_refptr<CRLSet> crl_set;94 std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs;95 scoped_refptr<net::CTPolicyEnforcer> ct_policy_enforcer;96 std::optional<network_time::TimeTracker> time_tracker;98 std::optional<net::ChromeRootStoreData> root_store_data;101 bool use_chrome_root_store;
835 CertVerifyProc::ImplParams::ImplParams() { in ImplParams() function in net::CertVerifyProc::ImplParams