Searched refs:cipher_mask_ssh1 (Results 1 – 4 of 4) sorted by relevance
78 u_int cipher_mask_ssh1(int);
1090 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()
114 cipher_mask_ssh1(int client) in cipher_mask_ssh1() function
1789 packet_put_int(cipher_mask_ssh1(0)); in do_ssh1_kex()1831 if (!(cipher_mask_ssh1(0) & (1 << cipher_type))) { in do_ssh1_kex()