cipher_ctx_is_plaintext
u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
if (enc && !cipher_ctx_is_plaintext(state->send_context)) {