Searched refs:check_crc (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | deattack.c | 79 check_crc(u_char *S, u_char *buf, u_int32_t len, in check_crc() function 135 if ((check_crc(c, buf, len, IV))) in detect_attack() 142 if ((check_crc(c, buf, len, 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()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 1202 int check_crc; in gunzip_read() local 1216 check_crc = (saved_filepos == 0 && len == MAXINT); in gunzip_read() 1264 if (!errnum && check_crc && gzip_crc != crc_value) { in gunzip_read()
|