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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect1.c499 u_int supported_ciphers; local
541 supported_ciphers = packet_get_int();
627 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
636 if (!(supported_ciphers & (1 << options.cipher)))

Completed in 290 milliseconds