Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst17 …fm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash…
/Linux-v4.19/crypto/
Dahash.c371 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
375 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dmcryptd.c423 err = crypto_ahash_finup(&rctx->areq); in mcryptd_hash_finup()
458 err = crypto_ahash_init(desc) ?: crypto_ahash_finup(desc); in mcryptd_hash_digest()
Dalgif_hash.c162 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
Dchacha20poly1305.c197 err = crypto_ahash_finup(&preq->req); in poly_tail()
Dccm.c232 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
Dgcm.c260 return crypto_ahash_finup(ahreq); in gcm_hash_len()
Dtestmgr.c399 ret = crypto_wait_req(crypto_ahash_finup(req), &wait); in __test_hash()
/Linux-v4.19/include/crypto/
Dhash.h422 int crypto_ahash_finup(struct ahash_request *req);
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c138 return crypto_ahash_finup(&rctx->fallback_req); in rk_ahash_finup()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c797 return crypto_ahash_finup(mcryptd_req); in sha1_mb_async_finup()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c796 return crypto_ahash_finup(mcryptd_req); in sha256_mb_async_finup()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c829 return crypto_ahash_finup(mcryptd_req); in sha512_mb_async_finup()
/Linux-v4.19/drivers/crypto/
Dimg-hash.c590 return crypto_ahash_finup(&rctx->fallback_req); in img_hash_finup()
Dn2_core.c359 return crypto_ahash_finup(&rctx->fallback_req); in n2_hash_async_finup()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_worker.c323 crypto_ahash_finup(req); in drbd_csum_ee()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target.c1402 crypto_ahash_finup(hash); in iscsit_do_crypto_hash_sg()