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

  /external/openssh/
sshconnect1.c 489 u_int supported_ciphers; local
531 supported_ciphers = packet_get_int();
617 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
626 if (!(supported_ciphers & (1 << options.cipher)))
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 504 std::vector<SSLCipherSuite> supported_ciphers(num_supported_ciphers);
505 status = SSLGetSupportedCiphers(ssl_context, &supported_ciphers[0],
512 if (ShouldEnableCipherSuite(supported_ciphers[i]))
513 ciphers_.push_back(supported_ciphers[i]);
    [all...]

Completed in 2316 milliseconds