crypto_ahash_finup  397 crypto/ahash.c EXPORT_SYMBOL_GPL(crypto_ahash_finup);
crypto_ahash_finup  157 crypto/algif_hash.c 			err = crypto_ahash_finup(&ctx->req);
crypto_ahash_finup  230 crypto/ccm.c   	err = crypto_ahash_finup(ahreq);
crypto_ahash_finup  189 crypto/chacha20poly1305.c 	err = crypto_ahash_finup(&preq->req);
crypto_ahash_finup  244 crypto/gcm.c   	return crypto_ahash_finup(ahreq);
crypto_ahash_finup 1422 crypto/testmgr.c 		err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd);
crypto_ahash_finup  587 drivers/crypto/img-hash.c 	return crypto_ahash_finup(&rctx->fallback_req);
crypto_ahash_finup  360 drivers/crypto/n2_core.c 	return crypto_ahash_finup(&rctx->fallback_req);
crypto_ahash_finup  135 drivers/crypto/rockchip/rk3288_crypto_ahash.c 	return crypto_ahash_finup(&rctx->fallback_req);
crypto_ahash_finup 1407 drivers/target/iscsi/iscsi_target.c 		crypto_ahash_finup(hash);
crypto_ahash_finup  209 fs/verity/hash_algs.c 		err = crypto_ahash_finup(req);
crypto_ahash_finup  425 include/crypto/hash.h int crypto_ahash_finup(struct ahash_request *req);