Searched refs:ssh_cipher_default (Results 1 – 1 of 1) sorted by relevance
500 int ssh_cipher_default = SSH_CIPHER_3DES; in ssh_kex() local630 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default)) in ssh_kex()631 options.cipher = ssh_cipher_default; in ssh_kex()635 cipher_name(ssh_cipher_default)); in ssh_kex()636 options.cipher = ssh_cipher_default; in ssh_kex()