Searched refs:crc32c_mips_le_hw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | crc32-mips.c | 110 static u32 crc32c_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) function 200 ctx->crc = crc32c_mips_le_hw(ctx->crc, data, length); 228 put_unaligned_le32(~crc32c_mips_le_hw(crc, data, len), out);
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | crc32-mips.c | 116 static u32 crc32c_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) function 206 ctx->crc = crc32c_mips_le_hw(ctx->crc, data, length); 234 put_unaligned_le32(~crc32c_mips_le_hw(crc, data, len), out);
|
Completed in 2 milliseconds