Lines Matching refs:ctx
118 void **ctx = acomp_request_ctx(req);
140 scratch->dst, &req->dlen, *ctx);
143 scratch->dst, &req->dlen, *ctx);
175 struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
177 crypto_free_scomp(*ctx);
189 struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
201 *ctx = scomp;
218 void *ctx;
220 ctx = crypto_scomp_alloc_ctx(scomp);
221 if (IS_ERR(ctx)) {
226 *req->__ctx = ctx;
237 void *ctx = *req->__ctx;
239 if (ctx)
240 crypto_scomp_free_ctx(scomp, ctx);