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