Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/crypto/
Dahash.c377 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
386 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dauthenc.c160 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
307 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
Dauthencesn.c166 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
329 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
Dalgif_hash.c164 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
Dtcrypt.c732 rc[i] = crypto_ahash_digest(data[i].req); in do_mult_ahash_op()
920 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
971 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
982 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
Dtestmgr.c343 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in __test_hash()
469 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in __test_hash()
/Linux-v4.19/net/ipv4/
Dah4.c238 err = crypto_ahash_digest(req); in ah_output()
413 err = crypto_ahash_digest(req); in ah_input()
/Linux-v4.19/net/ipv6/
Dah6.c442 err = crypto_ahash_digest(req); in ah6_output()
628 err = crypto_ahash_digest(req); in ah6_input()
/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c248 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c223 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/Linux-v4.19/include/crypto/
Dhash.h452 int crypto_ahash_digest(struct ahash_request *req);
/Linux-v4.19/drivers/crypto/qce/
Dsha.c406 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c822 return crypto_ahash_digest(mcryptd_req); in sha1_mb_async_digest()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c821 return crypto_ahash_digest(mcryptd_req); in sha256_mb_async_digest()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c854 return crypto_ahash_digest(mcryptd_req); in sha512_mb_async_digest()
/Linux-v4.19/drivers/scsi/
Dlibiscsi_tcp.c323 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
/Linux-v4.19/drivers/crypto/
Dn2_core.c548 return crypto_ahash_digest(&rctx->fallback_req); in n2_do_async_digest()
649 return crypto_ahash_digest(&rctx->fallback_req); in n2_hmac_async_digest()
Dtalitos.c2214 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c251 err = crypto_ahash_digest(req); in make_checksum_hmac_md5()
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c1148 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c872 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target.c1424 crypto_ahash_digest(hash); in iscsit_do_crypto_hash_buf()