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

/freebsd-10.3-release/crypto/openssh/
H A Dcipher.h76 const struct sshcipher *cipher_by_name(const char *);
H A Dcipher.c213 cipher_by_name(const char *name) function
246 c = cipher_by_name(p);
H A Dkex.c636 if ((enc->cipher = cipher_by_name(name)) == NULL)
H A Dssh_namespace.h228 #define cipher_by_name Fssh_cipher_by_name macro
H A Dpacket.c279 const struct sshcipher *none = cipher_by_name("none");
2613 cipher_by_name(enc->name) != enc->cipher) {
H A Dsshkey.c3047 if ((cipher = cipher_by_name(ciphername)) == NULL) {
3256 if ((cipher = cipher_by_name(ciphername)) == NULL) {

Completed in 179 milliseconds