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

  /external/chromium/net/test/
test_server.cc 65 bulk_ciphers(HTTPSOptions::BULK_CIPHER_ANY) {}
71 bulk_ciphers(HTTPSOptions::BULK_CIPHER_ANY) {}
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)
test_server.h 100 int bulk_ciphers; member in struct:net::TestServer::HTTPSOptions
  /external/chromium/net/socket/
ssl_client_socket_unittest.cc 573 https_options.bulk_ciphers =

Completed in 1230 milliseconds