cipher_is_cbc
u_int cipher_is_cbc(const struct sshcipher *);
if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) {