Lines Matching refs:deflate_ctx
37 struct deflate_ctx {
42 static int deflate_comp_init(struct deflate_ctx *ctx, int format)
71 static int deflate_decomp_init(struct deflate_ctx *ctx, int format)
96 static void deflate_comp_exit(struct deflate_ctx *ctx)
102 static void deflate_decomp_exit(struct deflate_ctx *ctx)
124 struct deflate_ctx *ctx;
152 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
171 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
180 struct deflate_ctx *dctx = ctx;
208 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
225 struct deflate_ctx *dctx = ctx;
264 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
280 .cra_ctxsize = sizeof(struct deflate_ctx),