Searched refs:crypto_ahash_export (Results 1 – 9 of 9) sorted by relevance
17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
157 err = crypto_ahash_export(req, hashstate); in fsverity_prepare_hash_state()
468 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
161 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
246 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
1379 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
613 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
1112 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
1003 return crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()