Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/crypto/
Dcrc32-mips.c232 static int __chksumc_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) function
251 return __chksumc_finup(ctx->crc, data, len, out);
267 return __chksumc_finup(mctx->key, data, length, out);