Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/cavium/zip/
Dzip_crypto.c72 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()
201 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_alloc_comp_ctx_deflate()
208 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_alloc_comp_ctx_lzs()
215 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_free_comp_ctx()
224 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_comp_compress()
233 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); in zip_comp_decompress()
242 struct zip_kernel_ctx *zip_ctx; in zip_alloc_scomp_ctx_deflate()
[all …]
Dzip_crypto.h55 struct zip_kernel_ctx { struct
Dzip_main.c378 .cra_ctxsize = sizeof(struct zip_kernel_ctx),
393 .cra_ctxsize = sizeof(struct zip_kernel_ctx),