Searched refs:cipher_mask_ssh1 (Results 1 – 3 of 3) sorted by relevance
68 u_int cipher_mask_ssh1(int);
633 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default)) in ssh_kex()636 !(cipher_mask_ssh1(1) & (1 << options.cipher))) { in ssh_kex()
234 cipher_mask_ssh1(int client) in cipher_mask_ssh1() function