Home
last modified time | relevance | path

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

/Linux-v5.4/fs/verity/
Dhash_algs.c211 err = crypto_ahash_digest(req); in fsverity_hash_page()
250 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
Dapi-intro.txt71 if (crypto_ahash_digest(req))
/Linux-v5.4/crypto/
Dauthenc.c163 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
310 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
Dauthencesn.c161 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
324 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
Dahash.c399 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
414 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dalgif_hash.c159 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
Dtcrypt.c728 rc[i] = crypto_ahash_digest(data[i].req); in do_mult_ahash_op()
916 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
967 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
978 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
Dtestmgr.c1328 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/Linux-v5.4/net/ipv4/
Dah4.c239 err = crypto_ahash_digest(req); in ah_output()
414 err = crypto_ahash_digest(req); in ah_input()
/Linux-v5.4/net/ipv6/
Dah6.c430 err = crypto_ahash_digest(req); in ah6_output()
616 err = crypto_ahash_digest(req); in ah6_input()
/Linux-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_glue.c245 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/Linux-v5.4/include/crypto/
Dhash.h455 int crypto_ahash_digest(struct ahash_request *req);
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c264 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/Linux-v5.4/drivers/crypto/qce/
Dsha.c398 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/Linux-v5.4/drivers/nvme/target/
Dtcp.c224 crypto_ahash_digest(hash); in nvmet_tcp_hdgst()
360 crypto_ahash_digest(hash); in nvmet_tcp_ddgst()
/Linux-v5.4/drivers/scsi/
Dlibiscsi_tcp.c321 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
/Linux-v5.4/drivers/crypto/
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()
Dtalitos.c2208 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c251 err = crypto_ahash_digest(req); in make_checksum_hmac_md5()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1144 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c946 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c303 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c1429 crypto_ahash_digest(hash); in iscsit_do_crypto_hash_buf()