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

/external/openssh/
H A Dsshconnect1.c503 u_int supported_ciphers; local
545 supported_ciphers = packet_get_int();
630 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
639 if (!(supported_ciphers & (1 << options.cipher)))

Completed in 66 milliseconds