Searched refs:cipher_ctx_is_plaintext (Results 1 – 3 of 3) sorted by relevance
92 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
222 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() function
883 if (!cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send1()1228 if (enc && !cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send2_wrapped()1577 if (!cipher_ctx_is_plaintext(state->receive_context)) { in ssh_packet_read_poll1()