Symbol: crypto_ahash_update
crypto/ahash.c
359
crypto_ahash_update(req) ?:
crypto/ahash.c
496
EXPORT_SYMBOL_GPL(crypto_ahash_update);
crypto/ahash.c
624
err = crypto_ahash_update(req);
crypto/algif_hash.c
149
err = crypto_ahash_update(&ctx->req);
crypto/ccm.c
202
err = crypto_ahash_update(ahreq);
crypto/hmac.c
274
crypto_ahash_update(req) ?:
crypto/hmac.c
280
crypto_ahash_update(req) ?:
crypto/hmac.c
336
return crypto_ahash_update(req);
crypto/tcrypt.c
755
ret = do_one_ahash_op(req, crypto_ahash_update(req));
crypto/tcrypt.c
824
ret = do_one_ahash_op(req, crypto_ahash_update(req));
crypto/tcrypt.c
843
ret = do_one_ahash_op(req, crypto_ahash_update(req));
crypto/testmgr.c
1565
err = do_ahash_op(crypto_ahash_update, req, &wait,
crypto/testmgr.c
1609
err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
159
return crypto_ahash_update(&rctx->fallback_req);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
227
return crypto_ahash_update(&rctx->fallback_req);
drivers/crypto/aspeed/aspeed-hace-hash.c
451
ret = ret ?: crypto_ahash_update(fbreq) ?:
drivers/crypto/img-hash.c
563
return crypto_ahash_update(&rctx->fallback_req);
drivers/crypto/inside-secure/safexcel_hash.c
1108
ret = crypto_ahash_update(areq);
drivers/crypto/inside-secure/safexcel_hash.c
2333
return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq);
drivers/crypto/marvell/cesa/hash.c
1120
ret = crypto_ahash_update(req);
drivers/crypto/padlock-sha.c
66
crypto_ahash_update(req) ?:
drivers/crypto/rockchip/rk3288_crypto_ahash.c
145
return crypto_ahash_update(&rctx->fallback_req);
drivers/crypto/sa2ul.c
1551
return crypto_ahash_update(&rctx->fallback_req);
drivers/crypto/starfive/jh7110-hash.c
285
return crypto_ahash_update(&rctx->ahash_fbk_req);
drivers/crypto/tegra/tegra-se-hash.c
140
return crypto_ahash_update(&rctx->fallback_req);
include/crypto/hash.h
573
int crypto_ahash_update(struct ahash_request *req);