Home
last modified time | relevance | path

Searched refs:cipher_by_name (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dcipher.h79 Cipher *cipher_by_name(const char *);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c126 cipher_by_name(const char *name) in cipher_by_name() function
158 c = cipher_by_name(p); in ciphers_valid()
183 c = cipher_by_name(name); in cipher_number()
H A Dkex.c361 if ((enc->cipher = cipher_by_name(name)) == NULL) in choose_enc()
H A Dpacket.c188 Cipher *none = cipher_by_name("none"); in packet_set_connection()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c485 if ((enc->cipher = cipher_by_name(enc->name)) == NULL) in altprivsep_get_newkeys()