Home
last modified time | relevance | path

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

/external/cronet/net/cert/internal/
Dsystem_trust_store.cc65 TrustStore* GetTrustStore() override { return &trust_store_; } in GetTrustStore() function in net::__anon2dfecbf50111::DummySystemTrustStore
98 TrustStore* GetTrustStore() override { return &trust_store_collection_; } in GetTrustStore() function in net::SystemTrustStoreChromeWithUnOwnedSystemStore
150 TrustStore* GetTrustStore() override { return trust_store_nss_.get(); } in GetTrustStore() function in net::__anon2dfecbf50211::SystemTrustStoreNSS
302 TrustStore* GetTrustStore() override { in GetTrustStore() function in net::SystemTrustStoreFuchsia
/external/cronet/net/cert/
Dcert_verify_proc_builtin_unittest.cc117 TrustStore* GetTrustStore() override { return &trust_store_; } in GetTrustStore() function in net::__anona8321b810111::MockSystemTrustStore