Home
last modified time | relevance | path

Searched refs:crc32_le_zbc (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/lib/
H A Dcrc32-riscv.c67 static inline u32 crc32_le_zbc(unsigned long s, u32 poly, unsigned long poly_qt) in crc32_le_zbc() function
105 static inline u32 crc32_le_zbc(unsigned long s, u32 poly, unsigned long poly_qt) in crc32_le_zbc() function
172 crc = crc32_le_zbc(s, poly, poly_qt); in crc32_le_unaligned()
206 crc = crc32_le_zbc(s, poly, poly_qt); in crc32_le_generic()