Searched refs:AllowCertForHost (Results 1 – 6 of 6) sorted by relevance
31 void SSLPolicyBackend::AllowCertForHost(net::X509Certificate* cert, in AllowCertForHost() function in SSLPolicyBackend33 ssl_host_state_->AllowCertForHost(cert, host); in AllowCertForHost()
128 state.AllowCertForHost(google_cert.get(), "www.google.com"); in TEST_F()137 state.AllowCertForHost(google_cert.get(), "example.com"); in TEST_F()
33 void AllowCertForHost(net::X509Certificate* cert, const std::string& host);
41 void AllowCertForHost(net::X509Certificate* cert, const std::string& host);
33 void SSLHostState::AllowCertForHost(net::X509Certificate* cert, in AllowCertForHost() function in SSLHostState
191 backend_->AllowCertForHost(handler->ssl_info().cert, in OnAllowCertificate()