Home
last modified time | relevance | path

Searched refs:crypto_ahash_export (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/crypto/
H A Dapi-digest.rst20 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
/linux/crypto/
H A Dhmac.c290 crypto_ahash_export(req, ipad); in hmac_setkey_ahash()
296 crypto_ahash_export(req, opad); in hmac_setkey_ahash()
305 return crypto_ahash_export(ahash_request_ctx(preq), out); in hmac_export_ahash()
H A Dahash.c349 err = crypto_ahash_export(req, state); in ahash_do_req_chain()
360 crypto_ahash_export(req, state); in ahash_do_req_chain()
641 int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
657 EXPORT_SYMBOL_GPL(crypto_ahash_export);
H A Dalgif_hash.c249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
H A Dtestmgr.c1580 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
/linux/include/crypto/
H A Dhash.h540 int crypto_ahash_export(struct ahash_request *req, void *out);
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c204 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c113 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ce_hash_export()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c171 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ss_hash_export()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c357 return crypto_ahash_export(&rctx->ahash_fbk_req, out); in starfive_hash_export()
/linux/drivers/crypto/
H A Dimg-hash.c624 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
H A Dsa2ul.c1593 return crypto_ahash_export(subreq, out); in sa_sha_export()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c214 return crypto_ahash_export(&rctx->fallback_req, out); in tegra_sha_fallback_export()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1127 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1111 return ret ?: crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()
2388 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_export(subreq, out); in safexcel_sha3_export()