Searched refs:CRC32_POLY_LE (Results 1 – 9 of 9) sorted by relevance
105 #ifndef CRC32_POLY_LE106 #define CRC32_POLY_LE 0xedb88320 macro
32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init()
10 #define CRC32_POLY_LE 0xedb88320 macro
188 return crc32_le_generic(crc, p, len, NULL, CRC32_POLY_LE);198 (const u32 (*)[256])crc32table_le, CRC32_POLY_LE);272 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
70 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init()
211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()
907 crc ^= CRC32_POLY_LE; in xgbe_vid_crc32_le()
9726 reg ^= CRC32_POLY_LE; in calc_crc()