Searched refs:CRC32_POLY (Results 1 – 2 of 2) sorted by relevance
55 #define CRC32_POLY 0x1edc6f41 macro1591 crc32_result = crc32_result ^ CRC32_POLY; in ecore_calc_crc32c()
741 const uint32_t CRC32_POLY = 0x1edc6f41; in calc_crc32() local763 crc32_result = crc32_result ^ CRC32_POLY; in calc_crc32()