Lines Matching refs:ctx
125 void **ctx = acomp_request_ctx(req);
147 scratch->dst, &req->dlen, *ctx);
150 scratch->dst, &req->dlen, *ctx);
182 struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
184 crypto_free_scomp(*ctx);
196 struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
208 *ctx = scomp;
225 void *ctx;
227 ctx = crypto_scomp_alloc_ctx(scomp);
228 if (IS_ERR(ctx)) {
233 *req->__ctx = ctx;
244 void *ctx = *req->__ctx;
246 if (ctx)
247 crypto_scomp_free_ctx(scomp, ctx);