Symbol: crypto_ahash_finup
crypto/ahash.c
354
err = err ?: crypto_ahash_finup(req);
crypto/ahash.c
568
EXPORT_SYMBOL_GPL(crypto_ahash_finup);
crypto/algif_hash.c
151
err = crypto_ahash_finup(&ctx->req);
crypto/ccm.c
219
err = crypto_ahash_finup(ahreq);
crypto/gcm.c
234
return crypto_ahash_finup(ahreq);
crypto/hmac.c
367
crypto_ahash_finup(req);
crypto/hmac.c
398
return crypto_ahash_finup(req) ?:
crypto/testmgr.c
1623
err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
177
return crypto_ahash_finup(&rctx->fallback_req);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
255
return crypto_ahash_finup(&rctx->fallback_req);
drivers/crypto/aspeed/aspeed-hace-hash.c
450
ret = ret ?: crypto_ahash_finup(fbreq);
drivers/crypto/img-hash.c
596
return crypto_ahash_finup(&rctx->fallback_req);
drivers/crypto/inside-secure/eip93/eip93-common.c
786
ret = crypto_wait_req(crypto_ahash_finup(req), &wait);
drivers/crypto/inside-secure/eip93/eip93-common.c
801
ret = crypto_wait_req(crypto_ahash_finup(req), &wait);
drivers/crypto/inside-secure/safexcel_hash.c
2356
crypto_ahash_finup(subreq);
drivers/crypto/inside-secure/safexcel_hash.c
2369
return safexcel_sha3_fbcheck(req) ?: crypto_ahash_finup(subreq);
drivers/crypto/padlock-sha.c
111
crypto_ahash_finup(req);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
176
return crypto_ahash_finup(&rctx->fallback_req);
drivers/crypto/sa2ul.c
1571
return crypto_ahash_finup(&rctx->fallback_req);
drivers/crypto/starfive/jh7110-hash.c
319
return crypto_ahash_finup(&rctx->ahash_fbk_req);
drivers/crypto/tegra/tegra-se-hash.c
170
return crypto_ahash_finup(&rctx->fallback_req);
include/crypto/hash.h
493
int crypto_ahash_finup(struct ahash_request *req);
include/crypto/hash.h
513
return crypto_ahash_finup(req);