Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c217 int cipher_warning_done; member
835 if (!state->cipher_warning_done && in ssh_packet_set_encryption_key()
839 state->cipher_warning_done = 1; in ssh_packet_set_encryption_key()
1005 if (!state->cipher_warning_done && in ssh_set_newkeys()
1008 state->cipher_warning_done = 1; in ssh_set_newkeys()