Searched refs:crc_ (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 30 static u32 crc32_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32_loongarch_hw() argument 32 u32 crc = crc_; in crc32_loongarch_hw() 66 static u32 crc32c_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32c_loongarch_hw() argument 68 u32 crc = crc_; in crc32c_loongarch_hw()
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | crc32-mips.c | 70 static u32 crc32_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) argument 72 u32 crc = crc_; 110 static u32 crc32c_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) argument 112 u32 crc = crc_;
|
/kernel/linux/linux-6.6/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 30 static u32 crc32_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32_loongarch_hw() argument 32 u32 crc = crc_; in crc32_loongarch_hw() 66 static u32 crc32c_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32c_loongarch_hw() argument 68 u32 crc = crc_; in crc32c_loongarch_hw()
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | crc32-mips.c | 76 static u32 crc32_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) argument 78 u32 crc = crc_; 116 static u32 crc32c_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) argument 118 u32 crc = crc_;
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 56 .word crc_\i - crc_array 199 LABEL crc_ %i 208 LABEL crc_ %i 242 LABEL crc_ 0
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 196 LABEL crc_ %i 206 LABEL crc_ %i 241 LABEL crc_ 0
|
Completed in 4 milliseconds