Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h68 u_int cipher_mask_ssh1(int);
Dsshconnect1.c633 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()
Dcipher.c234 cipher_mask_ssh1(int client) in cipher_mask_ssh1() function