Home
last modified time | relevance | path

Searched defs:CRC32 (Results 1 – 3 of 3) 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/lib/
H A DKconfig183 config CRC32 config