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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h76 const Cipher *cipher_by_name(const char *);
H A Dcipher.c195 cipher_by_name(const char *name) function
227 c = cipher_by_name(p);
H A Dkex.c363 if ((enc->cipher = cipher_by_name(name)) == NULL)
H A Dssh_namespace.h176 #define cipher_by_name ssh_cipher_by_name macro
H A Dauthfile.c117 if ((c = cipher_by_name(ciphername)) == NULL)
273 (c = cipher_by_name(ciphername)) == NULL) {
H A Dmonitor_wrap.c496 if (enc->name == NULL || cipher_by_name(enc->name) != enc->cipher)
H A Dpacket.c227 const Cipher *none = cipher_by_name("none");

Completed in 196 milliseconds