Searched refs:cipher_by_number (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/crypto/openssh/
H A Dcipher.c252 cipher_by_number(int id) function
305 const struct sshcipher *c = cipher_by_number(id);
H A Dcipher.h70 const struct sshcipher *cipher_by_number(int);
H A Dpacket.c820 const struct sshcipher *cipher = cipher_by_number(number);
H A Dssh_namespace.h224 #define cipher_by_number Fssh_cipher_by_number macro
H A Dsshkey.c3431 if ((cipher = cipher_by_number(cipher_num)) == NULL)
3713 cipher = cipher_by_number(cipher_type);

Completed in 143 milliseconds