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

  /external/chromium/net/test/
test_server.cc 96 : https_options_(https_options),
265 host_port_pair_ = HostPortPair(GetHostname(type_, https_options_), 0);
360 https_options_.GetCertificateFile());
368 if (https_options_.request_client_certificate)
372 https_options_.client_authorities.begin();
373 it != https_options_.client_authorities.end(); ++it) {
384 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_RC4)
386 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_AES128)
388 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_AES256)
390 if (https_options_.bulk_ciphers & HTTPSOptions::BULK_CIPHER_3DES
    [all...]
test_server.h 197 HTTPSOptions https_options_; member in class:net::TestServer

Completed in 75 milliseconds