Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
H A Dapi-digest.rst17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
H A Dapi-intro.rst76 if (crypto_ahash_digest(req))
/linux/crypto/
H A Dauthenc.c150 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
292 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
H A Dauthencesn.c146 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
305 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
H A Dahash.c361 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
373 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
H A Dalgif_hash.c137 err = crypto_ahash_digest(&ctx->req); in hash_sendmsg()
H A Dtcrypt.c728 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
779 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
790 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
/linux/net/ipv4/
H A Dah4.c236 err = crypto_ahash_digest(req); in ah_output()
411 err = crypto_ahash_digest(req); in ah_input()
/linux/net/ipv6/
H A Dah6.c424 err = crypto_ahash_digest(req); in ah6_output()
611 err = crypto_ahash_digest(req); in ah6_input()
/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c262 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux/include/crypto/
H A Dhash.h468 int crypto_ahash_digest(struct ahash_request *req);
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c62 return crypto_ahash_digest(&rctx->fallback_req); in rk_ahash_digest_fb()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c203 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ce_hash_digest_fb()
/linux/drivers/crypto/qce/
H A Dsha.c383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c278 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c276 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c443 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in starfive_hash_long_setkey()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
/linux/drivers/crypto/
H A Dn2_core.c547 return crypto_ahash_digest(&rctx->fallback_req); in n2_do_async_digest()
648 return crypto_ahash_digest(&rctx->fallback_req); in n2_hmac_async_digest()
/linux/drivers/scsi/
H A Dlibiscsi_tcp.c321 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
/linux/drivers/nvme/target/
H A Dtcp.c305 crypto_ahash_digest(hash); in nvmet_tcp_hdgst()
450 crypto_ahash_digest(hash); in nvmet_tcp_calc_ddgst()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c185 return crypto_ahash_digest(&rctx->fallback_req); in tegra_sha_fallback_digest()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1159 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
/linux/drivers/nvme/host/
H A Dtcp.c454 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1066 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()

12