CRC32C_POLY_LE     79 drivers/crypto/stm32/stm32-crc32.c 	mctx->poly = CRC32C_POLY_LE;
CRC32C_POLY_LE    188 drivers/crypto/stm32/stm32-crc32.c 	put_unaligned_le32(mctx->poly == CRC32C_POLY_LE ?
CRC32C_POLY_LE    192 lib/crc32.c    	return crc32_le_generic(crc, p, len, NULL, CRC32C_POLY_LE);
CRC32C_POLY_LE    203 lib/crc32.c    			(const u32 (*)[256])crc32ctable_le, CRC32C_POLY_LE);
CRC32C_POLY_LE    280 lib/crc32.c    	return crc32_generic_shift(crc, len, CRC32C_POLY_LE);
CRC32C_POLY_LE     66 lib/gen_crc32table.c 	crc32init_le_generic(CRC32C_POLY_LE, crc32ctable_le);