Home
last modified time | relevance | path

Searched refs:crypto_ahash_init (Results 1 – 22 of 22) sorted by relevance

/linux/Documentation/crypto/
H A Dapi-digest.rst20 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
/linux/crypto/
H A Dalgif_hash.c141 crypto_ahash_init(&ctx->req), in hash_sendmsg()
203 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg()
H A Dhmac.c288 err = crypto_ahash_init(req) ?: in hmac_setkey_ahash()
294 crypto_ahash_init(req) ?: in hmac_setkey_ahash()
H A Dahash.c371 int crypto_ahash_init(struct ahash_request *req) in crypto_ahash_init() function
389 EXPORT_SYMBOL_GPL(crypto_ahash_init);
H A Dtcrypt.c751 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
820 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
839 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
H A Dccm.c199 err = crypto_ahash_init(ahreq); in crypto_ccm_auth()
H A Dgcm.c401 return crypto_ahash_init(ahreq) ?: in gcm_hash()
H A Dtestmgr.c1550 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/linux/security/integrity/ima/
H A Dima_crypto.c347 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm()
678 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c186 err = crypto_ahash_init(req); in gss_krb5_checksum()
752 err = crypto_ahash_init(req); in krb5_etm_checksum()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c779 ret = crypto_ahash_init(req); in eip93_hmac_setkey()
794 ret = crypto_ahash_init(req); in eip93_hmac_setkey()
/linux/include/crypto/
H A Dhash.h566 int crypto_ahash_init(struct ahash_request *req);
/linux/net/ipv4/
H A Dtcp_ao.c34 ret = crypto_ahash_init(hp->req); in tcp_ao_calc_traffic_key()
581 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_hdr()
642 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_skb()
1417 err = crypto_ahash_init(hp.req); in tcp_ao_parse_crypto()
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c130 return crypto_ahash_init(&rctx->fallback_req); in rk_ahash_init()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c99 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ce_hash_init()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c866 ret = crypto_ahash_init(req); in mv_cesa_ahash_import()
1117 ret = crypto_ahash_init(req); in mv_cesa_ahmac_iv_state_init()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c157 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ss_hash_init()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c268 return crypto_ahash_init(&rctx->ahash_fbk_req); in starfive_hash_init()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c901 ret = crypto_ahash_init(areq); in safexcel_ahash_import()
1100 ret = crypto_ahash_init(areq); in safexcel_hmac_init_iv()
2319 ret = ret ?: crypto_ahash_init(subreq); in safexcel_sha3_fbcheck()
/linux/drivers/crypto/
H A Dimg-hash.c498 return crypto_ahash_init(&rctx->fallback_req); in img_hash_init()
H A Dsa2ul.c1541 return crypto_ahash_init(&rctx->fallback_req); in sa_sha_init()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c124 return crypto_ahash_init(&rctx->fallback_req); in tegra_sha_fallback_init()