Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/zip/
A Dzip_crypto.c124 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()
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()
[all …]
A Dzip_crypto.h55 struct zip_kernel_ctx { struct
A Dzip_main.c350 .cra_ctxsize = sizeof(struct zip_kernel_ctx),
365 .cra_ctxsize = sizeof(struct zip_kernel_ctx),

Completed in 4 milliseconds