Home
last modified time | relevance | path

Searched defs:CRC32C (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c28 #define CRC32C(crc, value, size) _CRC32(crc, value, size, crcc) macro
/openbmc/linux/arch/sparc/crypto/
H A Dopcodes.h18 #define CRC32C(a,b,c) \ macro
/openbmc/u-boot/lib/
H A DKconfig292 config CRC32C config
/openbmc/linux/arch/mips/crypto/
H A Dcrc32-mips.c73 #define CRC32C(crc, value, size) \ macro
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.h158 #define CRC32C "CRC32C" macro