Lines Matching refs:zip_kernel_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()
212 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_alloc_comp_ctx_lzs()
221 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_free_comp_ctx()
231 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_comp_compress()
243 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_comp_decompress()
254 struct zip_kernel_ctx *zip_ctx; in zip_alloc_scomp_ctx_deflate()
273 struct zip_kernel_ctx *zip_ctx; in zip_alloc_scomp_ctx_lzs()
291 struct zip_kernel_ctx *zip_ctx = ctx; in zip_free_scomp_ctx()
302 struct zip_kernel_ctx *zip_ctx = ctx; in zip_scomp_compress()
314 struct zip_kernel_ctx *zip_ctx = ctx; in zip_scomp_decompress()