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

/crypto/
H A Dcrc32c.c106 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) function
117 return __chksum_finup(&ctx->crc, data, len, out);
125 return __chksum_finup(&mctx->key, data, length, out);

Completed in 559 milliseconds