Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Ddeflate.c42 struct z_stream_s comp_stream; member
49 struct z_stream_s *stream = &ctx->comp_stream; in deflate_comp_init()
102 zlib_deflateEnd(&ctx->comp_stream); in deflate_comp_exit()
103 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
185 struct z_stream_s *stream = &dctx->comp_stream; in __deflate_compress()