Home
last modified time | relevance | path

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

/linux/lib/crc/
H A Dcrc32-main.c43 crc32_be_base(u32 crc, const u8 *p, size_t len) in crc32_be_base() function
68 #define crc32_be_arch crc32_be_base
/linux/lib/crc/riscv/
H A Dcrc32.h26 return crc32_be_base(crc, p, len); in crc32_be_arch()
/linux/lib/crc/sparc/
H A Dcrc32.h17 #define crc32_be_arch crc32_be_base /* not implemented on this arch */
/linux/lib/crc/s390/
H A Dcrc32.h56 DEFINE_CRC32_VX(crc32_be_arch, crc32_be_vgfm_16, crc32_be_base) in DEFINE_CRC32_VX()
/linux/lib/crc/powerpc/
H A Dcrc32.h17 #define crc32_be_arch crc32_be_base /* not implemented on this arch */
/linux/lib/crc/x86/
H A Dcrc32.h106 #define crc32_be_arch crc32_be_base /* not implemented on this arch */
/linux/lib/crc/arm64/
H A Dcrc32.h61 return crc32_be_base(crc, p, len); in crc32_be_arch()
/linux/lib/crc/loongarch/
H A Dcrc32.h101 #define crc32_be_arch crc32_be_base /* not implemented on this arch */
/linux/lib/crc/arm/
H A Dcrc32.h80 #define crc32_be_arch crc32_be_base /* not implemented on this arch */
/linux/lib/crc/mips/
H A Dcrc32.h148 #define crc32_be_arch crc32_be_base /* not implemented on this arch */