Lines Matching refs:IV
80 u_char *IV) in check_crc() argument
86 if (IV && !CMP(S, IV)) { in check_crc()
105 detect_attack(u_char *buf, u_int32_t len, u_char *IV) in detect_attack() argument
134 if (IV && (!CMP(c, IV))) { in detect_attack()
135 if ((check_crc(c, buf, len, IV))) in detect_attack()
142 if ((check_crc(c, buf, len, IV))) in detect_attack()
153 if (IV) in detect_attack()
154 h[HASH(IV) & (n - 1)] = HASH_IV; in detect_attack()
160 if (!CMP(c, IV)) { in detect_attack()
161 if (check_crc(c, buf, len, IV)) in detect_attack()
169 if (check_crc(c, buf, len, IV)) in detect_attack()