Searched refs:cipher_warning_message (Results 1 – 4 of 4) sorted by relevance
80 const char *cipher_warning_message(const struct sshcipher_ctx *);
289 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() function
874 ((wmsg = cipher_warning_message(&state->send_context)) != NULL || in ssh_packet_set_encryption_key()875 (wmsg = cipher_warning_message(&state->send_context)) != NULL)) { in ssh_packet_set_encryption_key()1041 (wmsg = cipher_warning_message(cc)) != NULL) { in ssh_set_newkeys()
248 #define cipher_warning_message Fssh_cipher_warning_message macro