Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-digest.rst17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
/openbmc/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 Dchacha20poly1305.c348 err = crypto_ahash_init(&preq->req); in poly_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.c202 err = crypto_ahash_init(ahreq); in crypto_ccm_auth()
H A Dgcm.c405 return crypto_ahash_init(ahreq) ?: in gcm_hash()
H A Dtestmgr.c1534 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c251 err = crypto_ahash_init(req); in make_checksum()
330 err = crypto_ahash_init(req); in gss_krb5_checksum()
951 err = crypto_ahash_init(req); in krb5_etm_checksum()
/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c352 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm()
683 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm()
/openbmc/linux/include/crypto/
H A Dhash.h559 static inline int crypto_ahash_init(struct ahash_request *req) in crypto_ahash_init() function
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c130 return crypto_ahash_init(&rctx->fallback_req); in rk_ahash_init()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c83 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ce_hash_init()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c868 ret = crypto_ahash_init(req); in mv_cesa_ahash_import()
1119 ret = crypto_ahash_init(req); in mv_cesa_ahmac_iv_state_init()
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c461 crypto_ahash_init(queue->rcv_hash); in nvme_tcp_check_ddgst()
1086 crypto_ahash_init(queue->snd_hash); in nvme_tcp_try_send_cmd_pdu()
1123 crypto_ahash_init(queue->snd_hash); in nvme_tcp_try_send_data_pdu()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c172 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ss_hash_init()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c285 return crypto_ahash_init(&rctx->ahash_fbk_req); in starfive_hash_init()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c903 ret = crypto_ahash_init(areq); in safexcel_ahash_import()
1102 ret = crypto_ahash_init(areq); in safexcel_hmac_init_iv()
2403 ret = ret ?: crypto_ahash_init(subreq); in safexcel_sha3_fbcheck()
/openbmc/linux/drivers/scsi/
H A Dlibiscsi_tcp.c354 crypto_ahash_init(hash); in __iscsi_segment_init()
/openbmc/linux/drivers/crypto/
H A Dimg-hash.c497 return crypto_ahash_init(&rctx->fallback_req); in img_hash_init()
H A Dsa2ul.c1423 crypto_ahash_init(subreq); in sa_sha_run()
1552 return crypto_ahash_init(&rctx->fallback_req); in sa_sha_init()
H A Dn2_core.c321 return crypto_ahash_init(&rctx->fallback_req); in n2_hash_async_init()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c711 if (crypto_ahash_init(req)) in tcp_v6_md5_hash_hdr()
755 if (crypto_ahash_init(req)) in tcp_v6_md5_hash_skb()
/openbmc/linux/drivers/md/
H A Ddm-verity-target.c148 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init()
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1423 if (crypto_ahash_init(req)) in tcp_v4_md5_hash_hdr()
1466 if (crypto_ahash_init(req)) in tcp_v4_md5_hash_skb()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c1425 crypto_ahash_init(hash); in iscsit_do_crypto_hash_sg()