Searched defs:ImplParams (Results 1 – 2 of 2) sorted by relevance
84 struct NET_EXPORT ImplParams { struct88 ImplParams& operator=(const ImplParams& other); argument90 ImplParams& operator=(ImplParams&& other); argument92 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;
832 CertVerifyProc::ImplParams::ImplParams() { in ImplParams() function in net::CertVerifyProc::ImplParams