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

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h75 u_int cipher_mask_ssh1(int);
H A Dsshconnect1.c637 if (cipher_mask_ssh1(1) & supported_ciphers & (1 << ssh_cipher_default))
640 !(cipher_mask_ssh1(1) & (1 << options.cipher))) {
H A Dcipher.c209 cipher_mask_ssh1(int client) function
H A Dsshd.c2520 packet_put_int(cipher_mask_ssh1(0));
2548 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))
H A Dssh_namespace.h241 #define cipher_mask_ssh1 Fssh_cipher_mask_ssh1 macro

Completed in 200 milliseconds