Home
last modified time | relevance | path

Searched refs:finup (Results 26 – 50 of 71) sorted by relevance

123

/openbmc/linux/arch/arm/crypto/
H A Dsha1-ce-glue.c69 .finup = sha1_ce_finup,
H A Dsha1_neon_glue.c73 .finup = sha1_neon_finup,
/openbmc/linux/include/crypto/
H A Dhash.h162 int (*finup)(struct ahash_request *req); member
230 int (*finup)(struct shash_desc *desc, const u8 *data, member
256 int (*finup)(struct ahash_request *req); member
/openbmc/linux/crypto/
H A Dcrct10dif_generic.c93 .finup = chksum_finup,
H A Dcrc64_rocksoft_generic.c61 .finup = chksum_finup,
H A Dsha512_generic.c183 .finup = crypto_sha512_finup,
197 .finup = crypto_sha512_finup,
H A Dshash.c212 err = shash->finup(desc, data, len, out); in crypto_shash_finup()
432 crt->finup = shash_async_finup; in crypto_init_shash_ops_async()
658 if (!alg->finup) in shash_prepare_alg()
659 alg->finup = shash_finup_unaligned; in shash_prepare_alg()
H A Dcrc32_generic.c99 .finup = crc32_finup,
H A Dcrc32c_generic.c136 .finup = chksum_finup,
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-glue.c78 .finup = sm3_neon_finup,
H A Dsm3-ce-glue.c81 .finup = sm3_ce_finup,
H A Dsha1-ce-glue.c121 .finup = sha1_ce_finup,
/openbmc/linux/drivers/crypto/
H A Domap-sham.c1426 .base.finup = omap_sham_finup,
1449 .base.finup = omap_sham_finup,
1472 .base.finup = omap_sham_finup,
1497 .base.finup = omap_sham_finup,
1526 .base.finup = omap_sham_finup,
1549 .base.finup = omap_sham_finup,
1572 .base.finup = omap_sham_finup,
1597 .base.finup = omap_sham_finup,
1625 .base.finup = omap_sham_finup,
1648 .base.finup = omap_sham_finup,
[all …]
H A Ds5p-sss.c370 bool finup; member
1215 bool final = ctx->finup; in s5p_hash_prepare_request()
1417 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup); in s5p_hash_handle_queue()
1418 if (err != -EINPROGRESS && ctx->finup && !ctx->error) in s5p_hash_handle_queue()
1548 ctx->finup = true; in s5p_hash_final()
1573 ctx->finup = true; in s5p_hash_finup()
1603 ctx->finup = false; in s5p_hash_init()
1734 .finup = s5p_hash_finup,
1759 .finup = s5p_hash_finup,
1784 .finup = s5p_hash_finup,
/openbmc/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c231 .finup = chksum_finup,
253 .finup = chksumc_finup,
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c379 .finup = rk_ahash_finup,
412 .finup = rk_ahash_finup,
445 .finup = rk_ahash_finup,
/openbmc/linux/arch/x86/crypto/
H A Dsm3_avx_glue.c88 .finup = sm3_avx_finup,
H A Dcrct10dif-pclmul_glue.c104 .finup = chksum_finup,
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c404 .finup = sun8i_ce_hash_finup,
438 .finup = sun8i_ce_hash_finup,
471 .finup = sun8i_ce_hash_finup,
504 .finup = sun8i_ce_hash_finup,
537 .finup = sun8i_ce_hash_finup,
570 .finup = sun8i_ce_hash_finup,
/openbmc/linux/arch/mips/crypto/
H A Dcrc32-mips.c284 .finup = chksum_finup,
306 .finup = chksumc_finup,
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c312 .finup = sun8i_ss_hash_finup,
345 .finup = sun8i_ss_hash_finup,
378 .finup = sun8i_ss_hash_finup,
411 .finup = sun8i_ss_hash_finup,
444 .finup = sun8i_ss_hash_finup,
/openbmc/linux/Documentation/crypto/
H A Ddevel-algos.rst188 .init() -> .update() -> .finup() ! .update() may not be called
220 .import -> .finup()
226 - _not_ call any of .final(), .finup() or .export() at any point in future
/openbmc/linux/arch/sparc/crypto/
H A Dcrc32c_glue.c127 .finup = crc32c_sparc64_finup,
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c940 .finup = mv_cesa_ahash_finup,
1011 .finup = mv_cesa_ahash_finup,
1085 .finup = mv_cesa_ahash_finup,
1294 .finup = mv_cesa_ahash_finup,
1365 .finup = mv_cesa_ahash_finup,
1436 .finup = mv_cesa_ahash_finup,
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c137 .finup = crc32c_vpmsum_finup,

123