Searched refs:cipher_by_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h76 const struct sshcipher *cipher_by_name(const char *);
H A Dcipher.c221 cipher_by_name(const char *name) function
254 c = cipher_by_name(p);
H A Dssh_namespace.h228 #define cipher_by_name Fssh_cipher_by_name macro
H A Dkex.c639 if ((enc->cipher = cipher_by_name(name)) == NULL)
H A Dpacket.c281 const struct sshcipher *none = cipher_by_name("none");
2655 cipher_by_name(enc->name) != enc->cipher) {
H A Dsshkey.c3050 if ((cipher = cipher_by_name(ciphername)) == NULL) {
3259 if ((cipher = cipher_by_name(ciphername)) == NULL) {

Completed in 143 milliseconds