Searched refs:ahash_ctx (Results 1 – 2 of 2) sorted by relevance
131 ctx_req.ctx.ahash_ctx = in chcr_handle_resp()141 if (ctx_req.ctx.ahash_ctx->skb) in chcr_handle_resp()142 ctx_req.ctx.ahash_ctx->skb = NULL; in chcr_handle_resp()143 if (ctx_req.ctx.ahash_ctx->result == 1) { in chcr_handle_resp()144 ctx_req.ctx.ahash_ctx->result = 0; in chcr_handle_resp()149 memcpy(ctx_req.ctx.ahash_ctx->partial_hash, input + in chcr_handle_resp()153 kfree(ctx_req.ctx.ahash_ctx->dummy_payload_ptr); in chcr_handle_resp()154 ctx_req.ctx.ahash_ctx->dummy_payload_ptr = NULL; in chcr_handle_resp()
188 struct chcr_ahash_req_ctx *ahash_ctx; member