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

  /external/chromium/net/base/
ssl_config_service.h 47 // The ciphers listed in |disabled_cipher_suites| will be removed in addition
57 std::vector<uint16> disabled_cipher_suites; member in struct:net::SSLConfig
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 457 const std::vector<uint16>& disabled_cipher_suites)
458 : disabled_cipher_suites_(disabled_cipher_suites) {}
461 // |disabled_cipher_suites|.
549 sort(ssl_config_.disabled_cipher_suites.begin(),
550 ssl_config_.disabled_cipher_suites.end());
814 ssl_config_.disabled_cipher_suites);
    [all...]
ssl_server_socket_nss.cc 225 ssl_config_.disabled_cipher_suites.begin();
226 it != ssl_config_.disabled_cipher_suites.end(); ++it) {
ssl_client_socket_openssl.cc 487 // See SSLConfig::disabled_cipher_suites for description of the suites
501 disable = std::find(ssl_config_.disabled_cipher_suites.begin(),
502 ssl_config_.disabled_cipher_suites.end(), id) !=
503 ssl_config_.disabled_cipher_suites.end();
    [all...]
ssl_client_socket_nss.cc 900 ssl_config_.disabled_cipher_suites.begin();
901 it != ssl_config_.disabled_cipher_suites.end(); ++it) {
    [all...]
ssl_client_socket_unittest.cc 592 ssl_config.disabled_cipher_suites.push_back(kCiphersToDisable[i]);

Completed in 113 milliseconds