Home
last modified time | relevance | path

Searched refs:crc32c_loongarch_hw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/crypto/
H A Dcrc32-loongarch.c66 static u32 crc32c_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32c_loongarch_hw() function
151 ctx->crc = crc32c_loongarch_hw(ctx->crc, data, length); in chksumc_update()
179 put_unaligned_le32(~crc32c_loongarch_hw(crc, data, len), out); in __chksumc_finup()
/kernel/linux/linux-6.6/arch/loongarch/crypto/
H A Dcrc32-loongarch.c66 static u32 crc32c_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32c_loongarch_hw() function
151 ctx->crc = crc32c_loongarch_hw(ctx->crc, data, length); in chksumc_update()
179 put_unaligned_le32(~crc32c_loongarch_hw(crc, data, len), out); in __chksumc_finup()

Completed in 2 milliseconds