Home
last modified time | relevance | path

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

/crypto/
Dzlib.c38 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()
[all …]