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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h74 const Cipher *cipher_by_number(int);
H A Dcipher.c184 cipher_by_number(int id) function
245 const Cipher *c = cipher_by_number(id);
H A Dauthfile.c101 if ((cipher = cipher_by_number(cipher_num)) == NULL)
463 cipher = cipher_by_number(cipher_type);
H A Dssh_namespace.h154 #define cipher_by_number ssh_cipher_by_number macro
H A Dpacket.c557 const Cipher *cipher = cipher_by_number(number);

Completed in 95 milliseconds