Home
last modified time | relevance | path

Searched refs:cipher_name (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h82 char *cipher_name(int);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1095 cipher_name(ssh_cipher_default)); in ssh_kex()
1101 cipher_name(options.cipher)); in ssh_kex()
1103 debug("Encryption type: %.100s", cipher_name(options.cipher)); in ssh_kex()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c188 cipher_name(int id) in cipher_name() function
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshd.c1843 debug("Encryption type: %.200s", cipher_name(cipher_type)); in do_ssh1_kex()