Home
last modified time | relevance | path

Searched refs:comp_stream (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Ddeflate.c38 struct z_stream_s comp_stream; member
45 struct z_stream_s *stream = &ctx->comp_stream; in deflate_comp_init()
91 zlib_deflateEnd(&ctx->comp_stream); in deflate_comp_exit()
92 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
164 struct z_stream_s *stream = &dctx->comp_stream; in __deflate_compress()