Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst17 …fm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash…
/Linux-v5.4/fs/verity/
Dhash_algs.c209 err = crypto_ahash_finup(req); in fsverity_hash_page()
/Linux-v5.4/crypto/
Dahash.c385 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
397 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dalgif_hash.c157 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
Dchacha20poly1305.c189 err = crypto_ahash_finup(&preq->req); in poly_tail()
Dccm.c230 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
Dgcm.c244 return crypto_ahash_finup(ahreq); in gcm_hash_len()
Dtestmgr.c1422 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/Linux-v5.4/include/crypto/
Dhash.h425 int crypto_ahash_finup(struct ahash_request *req);
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c135 return crypto_ahash_finup(&rctx->fallback_req); in rk_ahash_finup()
/Linux-v5.4/drivers/crypto/
Dimg-hash.c587 return crypto_ahash_finup(&rctx->fallback_req); in img_hash_finup()
Dn2_core.c360 return crypto_ahash_finup(&rctx->fallback_req); in n2_hash_async_finup()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c1407 crypto_ahash_finup(hash); in iscsit_do_crypto_hash_sg()