Searched refs:sha_ctx (Results 1 – 1 of 1) sorted by relevance
381 struct sha1_hash_ctx *sha_ctx; in sha_finish_walk() local397 sha_ctx = (struct sha1_hash_ctx *) shash_desc_ctx(&rctx->desc); in sha_finish_walk()399 sha_ctx = sha1_ctx_mgr_submit(cstate->mgr, sha_ctx, rctx->walk.data, nbytes, flag); in sha_finish_walk()400 if (!sha_ctx) { in sha_finish_walk()402 sha_ctx = sha1_ctx_mgr_flush(cstate->mgr); in sha_finish_walk()405 if (sha_ctx) in sha_finish_walk()406 rctx = cast_hash_to_mcryptd_ctx(sha_ctx); in sha_finish_walk()427 struct sha1_hash_ctx *sha_ctx; in sha_complete_job() local445 sha_ctx = sha1_ctx_mgr_get_comp_ctx(cstate->mgr); in sha_complete_job()446 while (sha_ctx) { in sha_complete_job()[all …]