HomeSort by relevance Sort by last modified time
    Searched refs:DenyCertForHost (Results 1 - 6 of 6) sorted by null

  /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 171 // While DenyCertForHost() executes synchronously on this thread,
173 // DenyCertForHost() first ensures deterministic ordering.
174 backend_->DenyCertForHost(handler->ssl_info().cert.get(),
ssl_host_state_unittest.cc 170 state.DenyCertForHost(google_cert.get(),

Completed in 60 milliseconds