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

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h79 char *cipher_name(int);
H A Dsshconnect1.c642 cipher_name(ssh_cipher_default));
648 cipher_name(options.cipher));
650 debug("Encryption type: %.100s", cipher_name(options.cipher));
H A Dcipher.c282 cipher_name(int id) function
H A Dssh_namespace.h242 #define cipher_name Fssh_cipher_name macro
H A Dsshd.c2557 debug("Encryption type: %.200s", cipher_name(cipher_type));
H A Dreadconf.c2656 printf("Cipher %s\n", cipher_name(o->cipher));

Completed in 200 milliseconds