Searched refs:crc32_computed (Results 1 – 1 of 1) sorted by relevance
1374 uint32_t crc32_computed, crc32_read; in read_header() local1405 crc32_computed = crc32(0, (const unsigned char *)p + 2, 7 - 2); in read_header()1439 crc32_computed = crc32(crc32_computed, h, (unsigned)(header_size - 7)); in read_header()1441 if ((crc32_computed & 0xffff) != crc32_read) { in read_header()