Searched refs:ssh_cipher_default (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect1.c496 int ssh_cipher_default = SSH_CIPHER_3DES; local
627 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
628 options.cipher = ssh_cipher_default;
632 cipher_name(ssh_cipher_default));
633 options.cipher = ssh_cipher_default;

Completed in 84 milliseconds