Lines Matching defs:zip_ctx
72 static int zip_ctx_init(struct zip_kernel_ctx *zip_ctx, int lzs_flag) in zip_ctx_init()
110 static void zip_ctx_exit(struct zip_kernel_ctx *zip_ctx) in zip_ctx_exit()
124 struct zip_kernel_ctx *zip_ctx) in zip_compress()
160 struct zip_kernel_ctx *zip_ctx) in zip_decompress()
202 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_alloc_comp_ctx_deflate() local
212 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_alloc_comp_ctx_lzs() local
221 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_free_comp_ctx() local
231 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_comp_compress() local
243 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_comp_decompress() local
254 struct zip_kernel_ctx *zip_ctx; in zip_alloc_scomp_ctx_deflate() local
273 struct zip_kernel_ctx *zip_ctx; in zip_alloc_scomp_ctx_lzs() local
291 struct zip_kernel_ctx *zip_ctx = ctx; in zip_free_scomp_ctx() local
302 struct zip_kernel_ctx *zip_ctx = ctx; in zip_scomp_compress() local
314 struct zip_kernel_ctx *zip_ctx = ctx; in zip_scomp_decompress() local