Home
last modified time | relevance | path

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

/linux/crypto/
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 Dauthencesn.c144 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
289 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
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);
1084 err = crypto_ahash_digest(req); in crypto_hash_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()
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/Documentation/crypto/
H A Dapi-intro.rst76 if (crypto_ahash_digest(req))
/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/starfive/
H A Djh7110-hash.c446 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in starfive_hash_long_setkey()
/linux/drivers/md/
H A Ddm-integrity.c1745 r = crypto_wait_req(crypto_ahash_digest(req), &wait); in integrity_sector_checksum_ahash()