Searched refs:sha1_hash_ctx (Results 1 – 2 of 2) sorted by relevance
80 static inline struct mcryptd_hash_request_ctx *cast_hash_to_mcryptd_ctx(struct sha1_hash_ctx *hash_… in cast_hash_to_mcryptd_ctx()134 static struct sha1_hash_ctx *sha1_ctx_mgr_resubmit(struct sha1_ctx_mgr *mgr, struct sha1_hash_ctx *… in sha1_ctx_mgr_resubmit()180 ctx = (struct sha1_hash_ctx *) sha1_job_mgr_submit(&mgr->mgr, in sha1_ctx_mgr_resubmit()200 ctx = (struct sha1_hash_ctx *) sha1_job_mgr_submit(&mgr->mgr, &ctx->job); in sha1_ctx_mgr_resubmit()211 static struct sha1_hash_ctx *sha1_ctx_mgr_get_comp_ctx(struct sha1_ctx_mgr *mgr) in sha1_ctx_mgr_get_comp_ctx()220 struct sha1_hash_ctx *ctx; in sha1_ctx_mgr_get_comp_ctx()222 ctx = (struct sha1_hash_ctx *) sha1_job_mgr_get_comp_job(&mgr->mgr); in sha1_ctx_mgr_get_comp_ctx()231 static struct sha1_hash_ctx *sha1_ctx_mgr_submit(struct sha1_ctx_mgr *mgr, in sha1_ctx_mgr_submit()232 struct sha1_hash_ctx *ctx, in sha1_ctx_mgr_submit()313 ctx = (struct sha1_hash_ctx *) sha1_job_mgr_submit(&mgr->mgr, &ctx->job); in sha1_ctx_mgr_submit()[all …]
120 struct sha1_hash_ctx { struct