Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst17 …fm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash…
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14021 crypto_ahash_finup
/OK3568_Linux_fs/kernel/crypto/
H A Dahash.c354 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
366 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
H A Dalgif_hash.c157 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
H A Dchacha20poly1305.c187 err = crypto_ahash_finup(&preq->req); in poly_tail()
H A Dccm.c222 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
H A Dgcm.c238 return crypto_ahash_finup(ahreq); in gcm_hash_len()
H A Dtestmgr.c1514 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/OK3568_Linux_fs/kernel/fs/verity/
H A Dhash_algs.c258 err = crypto_ahash_finup(req); in fsverity_hash_page()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h448 int crypto_ahash_finup(struct ahash_request *req);
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_ahash.c184 return crypto_ahash_finup(&rctx->fallback_req); in rk_ahash_finup()
H A Drk3288_crypto_ahash.c136 return crypto_ahash_finup(&rctx->fallback_req); in rk_ahash_finup()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c171 return crypto_ahash_finup(&rctx->fallback_req); in sun8i_ce_hash_finup()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c171 return crypto_ahash_finup(&rctx->fallback_req); in sun8i_ss_hash_finup()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c588 return crypto_ahash_finup(&rctx->fallback_req); in img_hash_finup()
H A Dn2_core.c361 return crypto_ahash_finup(&rctx->fallback_req); in n2_hash_async_finup()
H A Dsa2ul.c1574 return crypto_ahash_finup(&rctx->fallback_req); in sa_sha_finup()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2486 crypto_ahash_finup(subreq); in safexcel_sha3_finup()
2499 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_finup(subreq); in safexcel_sha3_digest_fallback()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target.c1421 crypto_ahash_finup(hash); in iscsit_do_crypto_hash_sg()