Searched refs:crc32_val (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c860 unsigned long crc32_val; local
914 crc32_val = crc32(0, (const unsigned char *)p + 2, (unsigned)skip - 2);
915 if ((crc32_val & 0xffff) != archive_le16dec(p)) {
958 crc32_val = 0;
969 crc32_val = crc32(crc32_val, (const unsigned char *)p, to_read);
973 if ((crc32_val & 0xffff) != crc32_expected) {
1275 unsigned long crc32_val; local
1304 crc32_val = crc32(0, (const unsigned char *)p + 2, 7 - 2);
1338 crc32_val
[all...]

Completed in 101 milliseconds