Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c351 err = err ?: crypto_ahash_import(req, state); in ahash_do_req_chain()
363 return err ?: crypto_ahash_import(req, state); in ahash_do_req_chain()
678 int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
698 EXPORT_SYMBOL_GPL(crypto_ahash_import);
H A Dalgif_hash.c267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
H A Dtestmgr.c1594 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c185 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c371 return crypto_ahash_import(&rctx->ahash_fbk_req, in); in starfive_hash_import()
/linux/drivers/crypto/
H A Dimg-hash.c610 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()