Home
last modified time | relevance | path

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

12

/Linux-v6.1/fs/verity/
Dhash_algs.c260 err = crypto_ahash_digest(req); in fsverity_hash_page()
298 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
/Linux-v6.1/Documentation/crypto/
Dapi-digest.rst17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
Dapi-intro.rst76 if (crypto_ahash_digest(req))
/Linux-v6.1/crypto/
Dauthenc.c153 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
300 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
Dauthencesn.c151 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
314 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
Dahash.c368 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
383 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dalgif_hash.c160 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
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-v6.1/net/ipv4/
Dah4.c239 err = crypto_ahash_digest(req); in ah_output()
414 err = crypto_ahash_digest(req); in ah_input()
/Linux-v6.1/net/ipv6/
Dah6.c427 err = crypto_ahash_digest(req); in ah6_output()
614 err = crypto_ahash_digest(req); in ah6_input()
/Linux-v6.1/arch/x86/crypto/
Dghash-clmulni-intel_glue.c243 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/Linux-v6.1/include/crypto/
Dhash.h478 int crypto_ahash_digest(struct ahash_request *req);
/Linux-v6.1/arch/arm/crypto/
Dghash-ce-glue.c259 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c197 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ce_hash_digest_fb()
/Linux-v6.1/drivers/crypto/qce/
Dsha.c383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c287 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
/Linux-v6.1/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
/Linux-v6.1/drivers/nvme/target/
Dtcp.c253 crypto_ahash_digest(hash); in nvmet_tcp_hdgst()
397 crypto_ahash_digest(hash); in nvmet_tcp_calc_ddgst()
/Linux-v6.1/drivers/crypto/
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()
Dtalitos.c2210 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
/Linux-v6.1/drivers/scsi/
Dlibiscsi_tcp.c321 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
/Linux-v6.1/drivers/crypto/marvell/cesa/
Dhash.c1181 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
/Linux-v6.1/drivers/nvme/host/
Dtcp.c403 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_hash.c1083 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()
/Linux-v6.1/drivers/target/iscsi/
Discsi_target.c1483 crypto_ahash_digest(hash); in iscsit_do_crypto_hash_buf()

12