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