Symbol: crypto_ahash_digest
crypto/ahash.c
1079
err = crypto_ahash_digest(req);
crypto/ahash.c
345
err = crypto_ahash_digest(req);
crypto/ahash.c
582
EXPORT_SYMBOL_GPL(crypto_ahash_digest);
crypto/algif_hash.c
137
err = crypto_ahash_digest(&ctx->req);
crypto/authenc.c
165
err = crypto_ahash_digest(ahreq);
crypto/authenc.c
297
err = crypto_ahash_digest(ahreq);
crypto/authencesn.c
144
return crypto_ahash_digest(ahreq) ?:
crypto/authencesn.c
299
err = crypto_ahash_digest(ahreq);
crypto/hmac.c
271
err = crypto_ahash_digest(req);
crypto/krb5enc.c
222
err = crypto_ahash_digest(ahreq);
crypto/krb5enc.c
296
err = crypto_ahash_digest(ahreq);
crypto/tcrypt.c
728
ret = do_one_ahash_op(req, crypto_ahash_digest(req));
crypto/tcrypt.c
779
ret = do_one_ahash_op(req, crypto_ahash_digest(req));
crypto/tcrypt.c
790
ret = do_one_ahash_op(req, crypto_ahash_digest(req));
crypto/testmgr.c
1529
err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
195
return crypto_ahash_digest(&rctx->fallback_req);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
283
return crypto_ahash_digest(&rctx->fallback_req);
drivers/crypto/inside-secure/eip93/eip93-common.c
754
ret = crypto_wait_req(crypto_ahash_digest(req), &wait);
drivers/crypto/inside-secure/safexcel_hash.c
1064
ret = crypto_ahash_digest(areq);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
820
rc = crypto_wait_req(crypto_ahash_digest(req), &wait);
drivers/crypto/marvell/cesa/hash.c
1157
ret = crypto_ahash_digest(req);
drivers/crypto/qce/sha.c
383
ret = crypto_wait_req(crypto_ahash_digest(req), &wait);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
61
return crypto_ahash_digest(&rctx->fallback_req);
drivers/crypto/sa2ul.c
1424
ret = crypto_ahash_digest(subreq);
drivers/crypto/starfive/jh7110-hash.c
446
ret = crypto_wait_req(crypto_ahash_digest(req), &wait);
drivers/crypto/talitos.c
2211
ret = crypto_wait_req(crypto_ahash_digest(req), &wait);
drivers/crypto/tegra/tegra-se-hash.c
186
return crypto_ahash_digest(&rctx->fallback_req);
drivers/md/dm-integrity.c
1746
r = crypto_wait_req(crypto_ahash_digest(req), &wait);
include/crypto/hash.h
527
int crypto_ahash_digest(struct ahash_request *req);
net/ipv4/ah4.c
236
err = crypto_ahash_digest(req);
net/ipv4/ah4.c
411
err = crypto_ahash_digest(req);
net/ipv6/ah6.c
442
err = crypto_ahash_digest(req);
net/ipv6/ah6.c
623
err = crypto_ahash_digest(req);