Home
last modified time | relevance | path

Searched refs:crypto_ahash_finup (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/Documentation/crypto/
Dapi-digest.rst17 …fm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash…
/linux-6.12.1/crypto/
Dahash.c350 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
359 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dalgif_hash.c151 err = crypto_ahash_finup(&ctx->req); in hash_sendmsg()
Dchacha20poly1305.c187 err = crypto_ahash_finup(&preq->req); in poly_tail()
Dccm.c223 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
Dgcm.c238 return crypto_ahash_finup(ahreq); in gcm_hash_len()
Dtestmgr.c1630 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/linux-6.12.1/include/crypto/
Dhash.h438 int crypto_ahash_finup(struct ahash_request *req);
/linux-6.12.1/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c176 return crypto_ahash_finup(&rctx->fallback_req); in rk_ahash_finup()
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c175 return crypto_ahash_finup(&rctx->fallback_req); in sun8i_ce_hash_finup()
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c249 return crypto_ahash_finup(&rctx->fallback_req); in sun8i_ss_hash_finup()
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-hash.c320 return crypto_ahash_finup(&rctx->ahash_fbk_req); in starfive_hash_finup()
/linux-6.12.1/drivers/crypto/
Dimg-hash.c593 return crypto_ahash_finup(&rctx->fallback_req); in img_hash_finup()
Dn2_core.c363 return crypto_ahash_finup(&rctx->fallback_req); in n2_hash_async_finup()
Dsa2ul.c1598 return crypto_ahash_finup(&rctx->fallback_req); in sa_sha_finup()
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-hash.c168 return crypto_ahash_finup(&rctx->fallback_req); in tegra_sha_fallback_finup()
/linux-6.12.1/drivers/crypto/inside-secure/
Dsafexcel_hash.c2440 crypto_ahash_finup(subreq); in safexcel_sha3_finup()
2453 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_finup(subreq); in safexcel_sha3_digest_fallback()
/linux-6.12.1/drivers/target/iscsi/
Discsi_target.c1455 crypto_ahash_finup(hash); in iscsit_do_crypto_hash_sg()