Searched refs:CRC32_POLY (Results 1 – 2 of 2) sorted by relevance
17 #define CRC32_POLY 0x04c11db7 macro103 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); in crc32_init()
66 #define CRC32_POLY 0x1edc6f41 macro1457 crc32_result = crc32_result ^ CRC32_POLY; in qed_calc_crc32c()