Home
last modified time | relevance | path

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

/arch/mips/crypto/
Dcrc32-mips.c70 static u32 crc32_mips_le_hw(u32 crc_, const u8 *p, unsigned int len) function
191 ctx->crc = crc32_mips_le_hw(ctx->crc, data, length);
222 put_unaligned_le32(crc32_mips_le_hw(crc, data, len), out);