Lines Matching refs:dctx
133 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_init() local
134 struct z_stream_s *stream = &dctx->comp_stream; in zlib_compress_init()
147 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_update() local
148 struct z_stream_s *stream = &dctx->comp_stream; in zlib_compress_update()
185 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_final() local
186 struct z_stream_s *stream = &dctx->comp_stream; in zlib_compress_final()
247 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_init() local
248 struct z_stream_s *stream = &dctx->decomp_stream; in zlib_decompress_init()
261 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_update() local
262 struct z_stream_s *stream = &dctx->decomp_stream; in zlib_decompress_update()
300 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_final() local
301 struct z_stream_s *stream = &dctx->decomp_stream; in zlib_decompress_final()
309 if (dctx->decomp_windowBits < 0) { in zlib_decompress_final()