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

/external/openssh/
H A Dsshconnect1.c486 int ssh_cipher_default = SSH_CIPHER_3DES; local
617 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
618 options.cipher = ssh_cipher_default;
622 cipher_name(ssh_cipher_default));
623 options.cipher = ssh_cipher_default;

Completed in 60 milliseconds