Home
last modified time | relevance | path

Searched refs:cipher_mask_ssh1 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h78 u_int cipher_mask_ssh1(int);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1090 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default)) in ssh_kex()
1093 !(cipher_mask_ssh1(1) & (1 << options.cipher))) { in ssh_kex()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c114 cipher_mask_ssh1(int client) in cipher_mask_ssh1() function
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshd.c1789 packet_put_int(cipher_mask_ssh1(0)); in do_ssh1_kex()
1831 if (!(cipher_mask_ssh1(0) & (1 << cipher_type))) { in do_ssh1_kex()