Home
last modified time | relevance | path

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

/linux-5.19.10/lib/xz/
Dxz_private.h108 #ifndef CRC32_POLY_LE
109 #define CRC32_POLY_LE 0xedb88320 macro
Dxz_crc32.c32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init()
/linux-5.19.10/include/linux/
Dcrc32poly.h10 #define CRC32_POLY_LE 0xedb88320 macro
/linux-5.19.10/lib/
Dcrc32.c188 return crc32_le_generic(crc, p, len, NULL, CRC32_POLY_LE);
197 return crc32_le_generic(crc, p, len, crc32table_le, CRC32_POLY_LE);
274 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
Dgen_crc32table.c61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
/linux-5.19.10/drivers/crypto/stm32/
Dstm32-crc32.c77 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init()
162 if (mctx->poly == CRC32_POLY_LE) in burst_update()
/linux-5.19.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-hw.c211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c907 crc ^= CRC32_POLY_LE; in xgbe_vid_crc32_le()
/linux-5.19.10/drivers/net/ethernet/broadcom/
Dtg3.c9714 reg ^= CRC32_POLY_LE; in calc_crc()