Searched refs:cipher_mask_ssh1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h72 u_int cipher_mask_ssh1(int);
H A Dsshconnect1.c617 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
620 !(cipher_mask_ssh1(1) & (1 << options.cipher))) {
H A Dcipher.c162 cipher_mask_ssh1(int client) function
H A Dssh_namespace.h165 #define cipher_mask_ssh1 ssh_cipher_mask_ssh1 macro
H A Dsshd.c2323 packet_put_int(cipher_mask_ssh1(0));
2351 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))

Completed in 150 milliseconds