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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h73 const Cipher *cipher_by_name(const char *);
H A Dcipher.c174 cipher_by_name(const char *name) function
206 c = cipher_by_name(p);
H A Dkex.c353 if ((enc->cipher = cipher_by_name(name)) == NULL)
H A Dssh_namespace.h153 #define cipher_by_name ssh_cipher_by_name macro
H A Dmonitor_wrap.c498 if (enc->name == NULL || cipher_by_name(enc->name) != enc->cipher)
H A Dpacket.c227 const Cipher *none = cipher_by_name("none");

Completed in 233 milliseconds