Searched refs:CRCPOLY_LE (Results 1 – 3 of 3) sorted by relevance
6 #define CRCPOLY_LE 0xedb88320 macro
59 crc32init_le_generic(CRCPOLY_LE, crc32table_le); in crc32init_le()
182 return crc32_le_generic(crc, p, len, NULL, CRCPOLY_LE);192 (const u32 (*)[256])crc32table_le, CRCPOLY_LE);