Searched refs:cipher_warning_message (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h80 const char *cipher_warning_message(const struct sshcipher_ctx *);
H A Dcipher.c289 cipher_warning_message(const struct sshcipher_ctx *cc) function
H A Dpacket.c874 ((wmsg = cipher_warning_message(&state->send_context)) != NULL ||
875 (wmsg = cipher_warning_message(&state->send_context)) != NULL)) {
1041 (wmsg = cipher_warning_message(cc)) != NULL) {
H A Dssh_namespace.h248 #define cipher_warning_message Fssh_cipher_warning_message macro

Completed in 121 milliseconds