Home
last modified time | relevance | path

Searched refs:check_crc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Ddeattack.c79 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_41/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c1202 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()