Home
last modified time | relevance | path

Searched defs:CRC32 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c27 #define CRC32(crc, value, size) _CRC32(crc, value, size, crc) macro
/linux/arch/mips/crypto/
H A Dcrc32-mips.c70 #define CRC32(crc, value, size) \ macro
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h228 u16 CRC32:1; member
/linux/lib/
H A DKconfig171 config CRC32 config