Lines Matching refs:deflate_ctx
37 struct deflate_ctx { struct
42 static int deflate_comp_init(struct deflate_ctx *ctx) in deflate_comp_init() argument
67 static int deflate_decomp_init(struct deflate_ctx *ctx) in deflate_decomp_init()
89 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
95 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
117 struct deflate_ctx *ctx; in deflate_alloc_ctx()
135 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init()
154 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit()
163 struct deflate_ctx *dctx = ctx; in __deflate_compress()
191 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress()
208 struct deflate_ctx *dctx = ctx; in __deflate_decompress()
247 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress()
263 .cra_ctxsize = sizeof(struct deflate_ctx),