Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h78 u_int cipher_mask_ssh1(int);
Dsshconnect1.c630 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default)) in ssh_kex()
633 !(cipher_mask_ssh1(1) & (1 << options.cipher))) { in ssh_kex()
Dcipher.c205 cipher_mask_ssh1(int client) in cipher_mask_ssh1() function
Dsshd.c2381 packet_put_int(cipher_mask_ssh1(0));
2409 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))