Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c30 static u32 crc32_loongarch_hw(u32 crc_, const u8 *p, unsigned int len) in crc32_loongarch_hw() function
141 ctx->crc = crc32_loongarch_hw(ctx->crc, data, length); in chksum_update()
171 put_unaligned_le32(crc32_loongarch_hw(crc, data, len), out); in __chksum_finup()