Home
last modified time | relevance | path

Searched refs:CRC32_POLY_LE (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/lib/xz/
Dxz_private.h105 #ifndef CRC32_POLY_LE
106 #define CRC32_POLY_LE 0xedb88320 macro
Dxz_crc32.c32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init()
/Linux-v4.19/include/linux/
Dcrc32poly.h10 #define CRC32_POLY_LE 0xedb88320 macro
/Linux-v4.19/lib/
Dcrc32.c188 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);
Dgen_crc32table.c61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
/Linux-v4.19/drivers/crypto/stm32/
Dstm32_crc32.c70 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-hw.c211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c907 crc ^= CRC32_POLY_LE; in xgbe_vid_crc32_le()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c9726 reg ^= CRC32_POLY_LE; in calc_crc()