Home
last modified time | relevance | path

Searched refs:AllowCertForHost (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_policy_backend.cc31 void SSLPolicyBackend::AllowCertForHost(net::X509Certificate* cert, in AllowCertForHost() function in SSLPolicyBackend
33 ssl_host_state_->AllowCertForHost(cert, host); in AllowCertForHost()
Dssl_host_state_unittest.cc128 state.AllowCertForHost(google_cert.get(), "www.google.com"); in TEST_F()
137 state.AllowCertForHost(google_cert.get(), "example.com"); in TEST_F()
Dssl_policy_backend.h33 void AllowCertForHost(net::X509Certificate* cert, const std::string& host);
Dssl_host_state.h41 void AllowCertForHost(net::X509Certificate* cert, const std::string& host);
Dssl_host_state.cc33 void SSLHostState::AllowCertForHost(net::X509Certificate* cert, in AllowCertForHost() function in SSLHostState
Dssl_policy.cc191 backend_->AllowCertForHost(handler->ssl_info().cert, in OnAllowCertificate()