Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/crypto/
A Dapi-digest.rst17 …fm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash…
/linux-6.3-rc2/fs/verity/
A Dhash_algs.c258 err = crypto_ahash_finup(req); in fsverity_hash_block()
/linux-6.3-rc2/crypto/
A Dahash.c320 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
332 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
A Dalgif_hash.c158 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
A Dchacha20poly1305.c187 err = crypto_ahash_finup(&preq->req); in poly_tail()
A Dccm.c222 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
A Dgcm.c238 return crypto_ahash_finup(ahreq); in gcm_hash_len()
A Dtestmgr.c1564 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/linux-6.3-rc2/include/crypto/
A Dhash.h448 int crypto_ahash_finup(struct ahash_request *req);
/linux-6.3-rc2/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c170 return crypto_ahash_finup(&rctx->fallback_req); in rk_ahash_finup()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c172 return crypto_ahash_finup(&rctx->fallback_req); in sun8i_ce_hash_finup()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c262 return crypto_ahash_finup(&rctx->fallback_req); in sun8i_ss_hash_finup()
/linux-6.3-rc2/drivers/crypto/
A Dimg-hash.c593 return crypto_ahash_finup(&rctx->fallback_req); in img_hash_finup()
A Dn2_core.c362 return crypto_ahash_finup(&rctx->fallback_req); in n2_hash_async_finup()
A Dsa2ul.c1597 return crypto_ahash_finup(&rctx->fallback_req); in sa_sha_finup()
/linux-6.3-rc2/drivers/crypto/inside-secure/
A 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.3-rc2/drivers/target/iscsi/
A Discsi_target.c1461 crypto_ahash_finup(hash); in iscsit_do_crypto_hash_sg()

Completed in 46 milliseconds