Searched refs:CRC32_POLY_LE (Results 1 – 9 of 9) sorted by relevance
108 #ifndef CRC32_POLY_LE109 #define CRC32_POLY_LE 0xedb88320 macro
32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init()
188 return crc32_le_generic(crc, p, len, NULL, CRC32_POLY_LE);198 (const u32 (*)[256])crc32table_le, CRC32_POLY_LE);275 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
10 #define CRC32_POLY_LE 0xedb88320 macro
77 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init()162 if (mctx->poly == CRC32_POLY_LE) in burst_update()
211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()
907 crc ^= CRC32_POLY_LE; in xgbe_vid_crc32_le()
9714 reg ^= CRC32_POLY_LE; in calc_crc()
Completed in 48 milliseconds