Home
last modified time | relevance | path

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

/linux/crypto/
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/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()