Searched refs:cipher_is_cbc (Results 1 – 3 of 3) sorted by relevance
90 u_int cipher_is_cbc(const struct sshcipher *);
216 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc() function
408 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) { in ssh_packet_start_discard()