OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DenyCertForHost
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/ssl/
ssl_policy_backend.cc
26
void SSLPolicyBackend::
DenyCertForHost
(net::X509Certificate* cert,
28
ssl_host_state_->
DenyCertForHost
(cert, host);
ssl_policy_backend.h
30
void
DenyCertForHost
(net::X509Certificate* cert, const std::string& host);
ssl_host_state.cc
26
void SSLHostState::
DenyCertForHost
(net::X509Certificate* cert,
ssl_host_state.h
38
void
DenyCertForHost
(net::X509Certificate* cert, const std::string& host);
ssl_policy.cc
172
// While
DenyCertForHost
() executes synchronously on this thread,
174
//
DenyCertForHost
() first ensures deterministic ordering.
175
backend_->
DenyCertForHost
(handler->ssl_info().cert,
ssl_host_state_unittest.cc
146
state.
DenyCertForHost
(google_cert.get(), "example.com");
/external/chromium_org/content/browser/ssl/
ssl_policy_backend.cc
29
void SSLPolicyBackend::
DenyCertForHost
(net::X509Certificate* cert,
32
ssl_host_state_->
DenyCertForHost
(cert, host, error);
ssl_policy_backend.h
32
void
DenyCertForHost
(net::X509Certificate* cert,
ssl_host_state.cc
41
void SSLHostState::
DenyCertForHost
(net::X509Certificate* cert,
ssl_host_state.h
48
void
DenyCertForHost
(net::X509Certificate* cert,
ssl_policy.cc
170
// While
DenyCertForHost
() executes synchronously on this thread,
172
//
DenyCertForHost
() first ensures deterministic ordering.
173
backend_->
DenyCertForHost
(handler->ssl_info().cert.get(),
ssl_host_state_unittest.cc
170
state.
DenyCertForHost
(google_cert.get(),
Completed in 75 milliseconds