OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowCertForHost
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ssl/
ssl_policy_backend.cc
31
void SSLPolicyBackend::
AllowCertForHost
(net::X509Certificate* cert,
33
ssl_host_state_->
AllowCertForHost
(cert, host);
ssl_policy_backend.h
33
void
AllowCertForHost
(net::X509Certificate* cert, const std::string& host);
ssl_host_state.cc
33
void SSLHostState::
AllowCertForHost
(net::X509Certificate* cert,
ssl_host_state.h
41
void
AllowCertForHost
(net::X509Certificate* cert, const std::string& host);
ssl_policy.cc
188
// While
AllowCertForHost
() executes synchronously on this thread,
190
//
AllowCertForHost
() first ensures deterministic ordering.
191
backend_->
AllowCertForHost
(handler->ssl_info().cert,
ssl_host_state_unittest.cc
128
state.
AllowCertForHost
(google_cert.get(), "www.google.com");
137
state.
AllowCertForHost
(google_cert.get(), "example.com");
Completed in 171 milliseconds