Searched refs:supported_ciphers (Results 1 – 2 of 2) sorted by relevance
489 u_int supported_ciphers; in ssh_kex() local531 supported_ciphers = packet_get_int(); in ssh_kex()617 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default)) in ssh_kex()626 if (!(supported_ciphers & (1 << options.cipher))) in ssh_kex()
504 std::vector<SSLCipherSuite> supported_ciphers(num_supported_ciphers); in EnabledCipherSuites() local505 status = SSLGetSupportedCiphers(ssl_context, &supported_ciphers[0], in EnabledCipherSuites()512 if (ShouldEnableCipherSuite(supported_ciphers[i])) in EnabledCipherSuites()513 ciphers_.push_back(supported_ciphers[i]); in EnabledCipherSuites()