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

/freebsd-11.0-release/crypto/openssh/
H A Dcipher.h77 const struct sshcipher *cipher_by_number(int);
H A Dcipher.c223 cipher_by_number(int id) function
276 const struct sshcipher *c = cipher_by_number(id);
H A Dssh_namespace.h229 #define cipher_by_number Fssh_cipher_by_number macro
H A Dsshkey.c3415 if ((cipher = cipher_by_number(cipher_num)) == NULL)
3700 cipher = cipher_by_number(cipher_type);
H A Dpacket.c819 const struct sshcipher *cipher = cipher_by_number(number);

Completed in 184 milliseconds