Searched refs:CRC32C_POLY_LE (Results 1 – 4 of 4) sorted by relevance
18 #define CRC32C_POLY_LE 0x82F63B78 macro
39 crc32init_le_generic(CRC32C_POLY_LE, crc32ctable_le); in crc32cinit_le()
124 return crc32_generic_shift(crc, len, CRC32C_POLY_LE); in crc32c_shift()
86 mctx->poly = CRC32C_POLY_LE; in stm32_crc32c_cra_init()248 put_unaligned_le32(mctx->poly == CRC32C_POLY_LE ? in stm32_crc_final()