Searched refs:cipher_is_cbc (Results 1 – 4 of 4) sorted by relevance
95 u_int cipher_is_cbc(const Cipher *);
176 cipher_is_cbc(const Cipher *c) in cipher_is_cbc() function
186 #define cipher_is_cbc ssh_cipher_is_cbc macro
285 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) in packet_start_discard()