Lines Matching refs:zlib_ctx
38 struct zlib_ctx { struct
45 static void zlib_comp_exit(struct zlib_ctx *ctx) in zlib_comp_exit() argument
56 static void zlib_decomp_exit(struct zlib_ctx *ctx) in zlib_decomp_exit()
74 struct zlib_ctx *ctx = crypto_tfm_ctx(tfm); in zlib_exit()
84 struct zlib_ctx *ctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_setup()
133 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_init()
147 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_update()
185 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_final()
215 struct zlib_ctx *ctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_setup()
247 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_init()
261 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_update()
300 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_final()
358 .cra_ctxsize = sizeof(struct zlib_ctx),