Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
H A Dapi-digest.rst20 …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 Dahash.c345 err = crypto_ahash_digest(req); in ahash_do_req_chain()
570 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
582 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
1079 err = crypto_ahash_digest(req); in crypto_hash_digest()
H A Dauthenc.c165 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
297 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
H A Dkrb5enc.c222 err = crypto_ahash_digest(ahreq); in krb5enc_dispatch_encrypt_hash()
296 err = crypto_ahash_digest(ahreq); in krb5enc_dispatch_decrypt_hash()
H A Dauthencesn.c144 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
299 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
H A Dalgif_hash.c137 err = crypto_ahash_digest(&ctx->req); in hash_sendmsg()
H A Dhmac.c271 err = crypto_ahash_digest(req); in hmac_setkey_ahash()
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()
H A Dtestmgr.c1529 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/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.c442 err = crypto_ahash_digest(req); in ah6_output()
623 err = crypto_ahash_digest(req); in ah6_input()
/linux/include/crypto/
H A Dhash.h527 int crypto_ahash_digest(struct ahash_request *req);
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c61 return crypto_ahash_digest(&rctx->fallback_req); in rk_ahash_digest_fb()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c195 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.c283 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c754 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in eip93_hmac_setkey()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c446 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.c820 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c186 return crypto_ahash_digest(&rctx->fallback_req); in tegra_sha_fallback_digest()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1157 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
/linux/drivers/crypto/
H A Dsa2ul.c1424 ret = crypto_ahash_digest(subreq); in sa_sha_run()
H A Dtalitos.c2211 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1064 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()

12