Home
last modified time | relevance | path

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

/external/cronet/tot/net/cert/
Dcert_verify_proc.h85 struct NET_EXPORT ImplParams { struct
89 ImplParams& operator=(const ImplParams& other); argument
91 ImplParams& operator=(ImplParams&& other); argument
93 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;
Dcert_verify_proc.cc835 CertVerifyProc::ImplParams::ImplParams() { in ImplParams() function in net::CertVerifyProc::ImplParams
/external/cronet/stable/net/cert/
Dcert_verify_proc.h85 struct NET_EXPORT ImplParams { struct
89 ImplParams& operator=(const ImplParams& other); argument
91 ImplParams& operator=(ImplParams&& other); argument
93 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;
Dcert_verify_proc.cc835 CertVerifyProc::ImplParams::ImplParams() { in ImplParams() function in net::CertVerifyProc::ImplParams