Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h92 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
Dcipher.c222 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() function
Dpacket.c883 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()