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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcrc32c.c194 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) function
205 return __chksum_finup(&ctx->crc, data, len, out);
213 return __chksum_finup(&mctx->key, data, length, out);

Completed in 135 milliseconds