Home
last modified time | relevance | path

Searched refs:cipher_warning_message (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dcipher.h73 const char *cipher_warning_message(const struct sshcipher_ctx *);
Dcipher.c314 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() function
Dpacket.c836 ((wmsg = cipher_warning_message(state->send_context)) != NULL || in ssh_packet_set_encryption_key()
837 (wmsg = cipher_warning_message(state->send_context)) != NULL)) { in ssh_packet_set_encryption_key()
1006 (wmsg = cipher_warning_message(*ccp)) != NULL) { in ssh_set_newkeys()