HomeSort by relevance Sort by last modified time
    Searched defs:ssl_config (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/net/
preconnect.cc 94 net::SSLConfig ssl_config; local
95 session->ssl_config_service()->GetSSLConfig(&ssl_config);
97 ssl_config.next_protos = *session->http_stream_factory()->next_protos();
100 ssl_config.verify_ev_cert = true;
104 count, request_info, ssl_config, net::BoundNetLog());
  /external/chromium/net/socket/
ssl_client_socket_unittest.cc 38 const net::SSLConfig& ssl_config) {
41 ssl_config,
272 net::SSLConfig ssl_config = kDefaultSSLConfig; local
273 ssl_config.send_client_cert = true;
274 ssl_config.client_cert = NULL;
278 ssl_config));
590 net::SSLConfig ssl_config; local
592 ssl_config.disabled_cipher_suites.push_back(kCiphersToDisable[i]);
596 ssl_config));
ssl_client_socket_pool.h 50 const SSLConfig& ssl_config,
66 const SSLConfig& ssl_config() const { return ssl_config_; } function in class:net::SSLSocketParams
ssl_server_socket_unittest.cc 247 net::SSLConfig ssl_config; local
248 ssl_config.false_start_enabled = false;
249 ssl_config.ssl3_enabled = true;
250 ssl_config.tls1_enabled = true;
256 ssl_config.allowed_bad_certs.push_back(cert_and_status);
261 fake_client_socket, host_and_pair, ssl_config, NULL,
  /external/chromium/net/http/
http_stream_factory_impl_unittest.cc 109 SSLConfig ssl_config; local
110 session->ssl_config_service()->GetSSLConfig(&ssl_config);
122 test.num_streams, request, ssl_config, BoundNetLog());
http_stream_factory_impl_job.cc 40 const SSLConfig& ssl_config,
44 ssl_config_(ssl_config),
170 const SSLConfig& HttpStreamFactoryImpl::Job::ssl_config() const { function in class:net::HttpStreamFactoryImpl::Job
859 // Sets several fields of ssl_config for the given origin_server based on the
863 SSLConfig* ssl_config) const {
867 ssl_config->ssl3_fallback = true;
868 ssl_config->tls1_enabled = false;
871 if (proxy_info_.is_https() && ssl_config->send_client_cert) {
880 ssl_config->false_start_enabled = false;
884 static_cast<int>(ssl_config->ssl3_fallback), 2)
    [all...]
http_network_transaction_unittest.cc 7067 SSLConfig ssl_config; local
    [all...]

Completed in 135 milliseconds