Searched refs:sni_available (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/url_request/
H A Dfraudulent_certificate_reporter.h22 // associated with a connection to |hostname|. If |sni_available| is true,
27 bool sni_available) = 0;
H A Durl_request_http_job.cc857 bool sni_available = SSLConfigService::IsSNIAvailable( local
861 reporter->SendReport(host, ssl_info, sni_available);
H A Durl_request_unittest.cc3927 bool sni_available = true; local
3930 SpawnedTestServer::kLocalhost, sni_available, &domain_state));
3971 bool sni_available = true; local
3974 SpawnedTestServer::kLocalhost, sni_available, &domain_state));
4003 bool sni_available = true; local
4006 SpawnedTestServer::kLocalhost, sni_available, &domain_state));
4032 bool sni_available = true; local
4035 SpawnedTestServer::kLocalhost, sni_available, &domain_state));
4073 bool sni_available = true; local
4076 SpawnedTestServer::kLocalhost, sni_available,
[all...]
/external/chromium_org/chrome/browser/net/
H A Dchrome_fraudulent_certificate_reporter_unittest.cc85 bool sni_available) OVERRIDE {
88 hostname, sni_available));
110 bool sni_available) OVERRIDE {
113 hostname, sni_available));
146 bool sni_available) OVERRIDE {
150 sni_available);
H A Dchrome_fraudulent_certificate_reporter.h36 bool sni_available) OVERRIDE;
H A Dchrome_fraudulent_certificate_reporter.cc69 bool sni_available) {
73 sni_available)) {
66 SendReport( const std::string& hostname, const net::SSLInfo& ssl_info, bool sni_available) argument
/external/chromium/net/base/
H A Dtransport_security_state.h80 // |sni_available|. In that case, *result is filled out.
83 bool sni_available);
128 bool sni_available,
H A Dtransport_security_state.cc89 bool sni_available) {
94 if (IsPreloadedSTS(canonicalized_host, sni_available, result))
490 bool sni_available,
594 if (sni_available) {
87 IsEnabledForHost(DomainState* result, const std::string& host, bool sni_available) argument
488 IsPreloadedSTS( const std::string& canonicalized_host, bool sni_available, DomainState* out) argument
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc3437 bool sni_available = local
3443 if (transport_security_state_->GetDomainState(host, sni_available,

Completed in 173 milliseconds