/openbmc/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
|
H A D | api-intro.rst | 76 if (crypto_ahash_digest(req))
|
/openbmc/linux/crypto/ |
H A D | authenc.c | 153 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv() 298 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
|
H A D | authencesn.c | 150 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv() 311 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
|
H A D | ahash.c | 330 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function 347 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
|
H A D | algif_hash.c | 137 err = crypto_ahash_digest(&ctx->req); in hash_sendmsg()
|
H A D | tcrypt.c | 728 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()
|
/openbmc/linux/net/ipv4/ |
H A D | ah4.c | 239 err = crypto_ahash_digest(req); in ah_output() 414 err = crypto_ahash_digest(req); in ah_input()
|
/openbmc/linux/net/ipv6/ |
H A D | ah6.c | 427 err = crypto_ahash_digest(req); in ah6_output() 614 err = crypto_ahash_digest(req); in ah6_input()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 262 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 352 return crypto_ahash_digest(&rctx->ahash_fbk_req); in starfive_hash_digest_fb() 477 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in starfive_hash_long_setkey()
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 509 int crypto_ahash_digest(struct ahash_request *req);
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 62 return crypto_ahash_digest(&rctx->fallback_req); in rk_ahash_digest_fb()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 203 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ce_hash_digest_fb()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | sha.c | 383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 295 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 276 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
|
/openbmc/linux/drivers/crypto/ |
H A D | n2_core.c | 547 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()
|
H A D | talitos.c | 2210 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | tcp.c | 281 crypto_ahash_digest(hash); in nvmet_tcp_hdgst() 426 crypto_ahash_digest(hash); in nvmet_tcp_calc_ddgst()
|
/openbmc/linux/drivers/scsi/ |
H A D | libiscsi_tcp.c | 321 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1159 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | tcp.c | 416 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1066 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()
|