Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.h72 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
H A Dcipher.c197 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() function
H A Dssh_namespace.h205 #define cipher_ctx_is_plaintext Fssh_cipher_ctx_is_plaintext macro
H A Dpacket.c1157 if (enc && !cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send2_wrapped()