Searched refs:zlib_ctx (Results 1 – 1 of 1) sorted by relevance
38 struct zlib_ctx { struct45 static void zlib_comp_exit(struct zlib_ctx *ctx) in zlib_comp_exit() argument56 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 …]