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

/linux-master/crypto/
H A Dcrct10dif_generic.c68 static int __chksum_finup(__u16 crc, const u8 *data, unsigned int len, u8 *out) function
79 return __chksum_finup(ctx->crc, data, len, out);
85 return __chksum_finup(0, data, length, out);
H A Dcrc64_rocksoft_generic.c35 static int __chksum_finup(u64 crc, const u8 *data, unsigned int len, u8 *out) function
47 return __chksum_finup(*crc, data, len, out);
53 return __chksum_finup(0, data, length, out);
H A Dcrc32c_generic.c100 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) function
111 return __chksum_finup(&ctx->crc, data, len, out);
119 return __chksum_finup(&mctx->key, data, length, out);
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pclmul_glue.c74 static int __chksum_finup(__u16 crc, const u8 *data, unsigned int len, u8 *out) function
90 return __chksum_finup(ctx->crc, data, len, out);
96 return __chksum_finup(0, data, length, out);
/linux-master/arch/loongarch/crypto/
H A Dcrc32-loongarch.c169 static int __chksum_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) function
185 return __chksum_finup(ctx->crc, data, len, out);
199 return __chksum_finup(mctx->key, data, length, out);
/linux-master/arch/mips/crypto/
H A Dcrc32-mips.c226 static int __chksum_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) function
243 return __chksum_finup(ctx->crc, data, len, out);
259 return __chksum_finup(mctx->key, data, length, out);

Completed in 136 milliseconds