Searched refs:CHUNKSZ_CRC32 (Results 1 – 4 of 4) sorted by relevance
165 .chunk_size = CHUNKSZ_CRC32,454 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
216 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()
1135 CHUNKSZ_CRC32); in calculate_hash()
415 #ifndef CHUNKSZ_CRC32416 #define CHUNKSZ_CRC32 (64 * 1024) macro