Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h71 u_int cipher_mask_ssh1(int);
Dsshconnect1.c617 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default)) in ssh_kex()
620 !(cipher_mask_ssh1(1) & (1 << options.cipher))) { in ssh_kex()
Dcipher.c123 cipher_mask_ssh1(int client) in cipher_mask_ssh1() function
Dsshd.c2172 packet_put_int(cipher_mask_ssh1(0));
2200 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))