HomeSort by relevance Sort by last modified time
    Searched refs:cipher_warning_message (Results 1 - 3 of 3) sorted by null

  /external/openssh/
cipher.h 80 const char *cipher_warning_message(const struct sshcipher_ctx *);
cipher.c 285 cipher_warning_message(const struct sshcipher_ctx *cc) function
packet.c 817 ((wmsg = cipher_warning_message(&state->send_context)) != NULL ||
818 (wmsg = cipher_warning_message(&state->send_context)) != NULL)) {
979 (wmsg = cipher_warning_message(cc)) != NULL) {
    [all...]

Completed in 224 milliseconds