Symbol: crypto_ahash_init
crypto/ahash.c
389
EXPORT_SYMBOL_GPL(crypto_ahash_init);
crypto/algif_hash.c
141
crypto_ahash_init(&ctx->req),
crypto/algif_hash.c
203
err = crypto_wait_req(crypto_ahash_init(&ctx->req),
crypto/ccm.c
199
err = crypto_ahash_init(ahreq);
crypto/gcm.c
401
return crypto_ahash_init(ahreq) ?:
crypto/hmac.c
288
err = crypto_ahash_init(req) ?:
crypto/hmac.c
294
crypto_ahash_init(req) ?:
crypto/tcrypt.c
751
ret = do_one_ahash_op(req, crypto_ahash_init(req));
crypto/tcrypt.c
820
ret = do_one_ahash_op(req, crypto_ahash_init(req));
crypto/tcrypt.c
839
ret = do_one_ahash_op(req, crypto_ahash_init(req));
crypto/testmgr.c
1550
err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
99
return crypto_ahash_init(&rctx->fallback_req);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
157
return crypto_ahash_init(&rctx->fallback_req);
drivers/crypto/img-hash.c
498
return crypto_ahash_init(&rctx->fallback_req);
drivers/crypto/inside-secure/eip93/eip93-common.c
779
ret = crypto_ahash_init(req);
drivers/crypto/inside-secure/eip93/eip93-common.c
794
ret = crypto_ahash_init(req);
drivers/crypto/inside-secure/safexcel_hash.c
1100
ret = crypto_ahash_init(areq);
drivers/crypto/inside-secure/safexcel_hash.c
2319
ret = ret ?: crypto_ahash_init(subreq);
drivers/crypto/inside-secure/safexcel_hash.c
901
ret = crypto_ahash_init(areq);
drivers/crypto/marvell/cesa/hash.c
1117
ret = crypto_ahash_init(req);
drivers/crypto/marvell/cesa/hash.c
866
ret = crypto_ahash_init(req);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
130
return crypto_ahash_init(&rctx->fallback_req);
drivers/crypto/sa2ul.c
1541
return crypto_ahash_init(&rctx->fallback_req);
drivers/crypto/starfive/jh7110-hash.c
268
return crypto_ahash_init(&rctx->ahash_fbk_req);
drivers/crypto/tegra/tegra-se-hash.c
124
return crypto_ahash_init(&rctx->fallback_req);
include/crypto/hash.h
566
int crypto_ahash_init(struct ahash_request *req);
net/ipv4/tcp_ao.c
1417
err = crypto_ahash_init(hp.req);
net/ipv4/tcp_ao.c
34
ret = crypto_ahash_init(hp->req);
net/ipv4/tcp_ao.c
581
if (crypto_ahash_init(hp.req))
net/ipv4/tcp_ao.c
642
if (crypto_ahash_init(hp.req))
net/sunrpc/auth_gss/gss_krb5_crypto.c
186
err = crypto_ahash_init(req);
net/sunrpc/auth_gss/gss_krb5_crypto.c
752
err = crypto_ahash_init(req);
security/integrity/ima/ima_crypto.c
347
rc = ahash_wait(crypto_ahash_init(req), &wait);
security/integrity/ima/ima_crypto.c
678
rc = ahash_wait(crypto_ahash_init(req), &wait);