Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/verity/
A Dhash_algs.c260 err = crypto_ahash_digest(req); in fsverity_hash_block()
298 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
/linux-6.3-rc2/Documentation/crypto/
A Dapi-digest.rst17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
A Dapi-intro.rst76 if (crypto_ahash_digest(req))
/linux-6.3-rc2/crypto/
A Dauthencesn.c150 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
311 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
A Dauthenc.c153 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
298 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
A Dahash.c334 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
349 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
A Dalgif_hash.c160 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
A Dtcrypt.c725 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
776 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
787 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
/linux-6.3-rc2/net/ipv4/
A Dah4.c239 err = crypto_ahash_digest(req); in ah_output()
414 err = crypto_ahash_digest(req); in ah_input()
/linux-6.3-rc2/net/ipv6/
A Dah6.c427 err = crypto_ahash_digest(req); in ah6_output()
614 err = crypto_ahash_digest(req); in ah6_input()
/linux-6.3-rc2/arch/x86/crypto/
A Dghash-clmulni-intel_glue.c262 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux-6.3-rc2/include/crypto/
A Dhash.h478 int crypto_ahash_digest(struct ahash_request *req);
/linux-6.3-rc2/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c56 return crypto_ahash_digest(&rctx->fallback_req); in rk_ahash_digest_fb()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c197 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ce_hash_digest_fb()
/linux-6.3-rc2/drivers/crypto/qce/
A Dsha.c383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c287 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
/linux-6.3-rc2/arch/arm/crypto/
A Dghash-ce-glue.c276 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux-6.3-rc2/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
/linux-6.3-rc2/drivers/crypto/
A Dn2_core.c546 return crypto_ahash_digest(&rctx->fallback_req); in n2_do_async_digest()
647 return crypto_ahash_digest(&rctx->fallback_req); in n2_hmac_async_digest()
A Dtalitos.c2210 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
/linux-6.3-rc2/drivers/nvme/target/
A Dtcp.c254 crypto_ahash_digest(hash); in nvmet_tcp_hdgst()
397 crypto_ahash_digest(hash); in nvmet_tcp_calc_ddgst()
/linux-6.3-rc2/drivers/scsi/
A Dlibiscsi_tcp.c321 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
/linux-6.3-rc2/drivers/crypto/marvell/cesa/
A Dhash.c1159 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
/linux-6.3-rc2/drivers/nvme/host/
A Dtcp.c404 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
/linux-6.3-rc2/drivers/crypto/inside-secure/
A Dsafexcel_hash.c1066 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()

Completed in 55 milliseconds

12