Home
last modified time | relevance | path

Searched refs:zip_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/crypto/cavium/zip/
H A Dzip_crypto.c142 zip_ops = &zip_ctx->zip_comp; in zip_compress()
204 zip_ctx = kzalloc(sizeof(*zip_ctx), GFP_KERNEL); in zip_alloc_scomp_ctx_deflate()
205 if (!zip_ctx) in zip_alloc_scomp_ctx_deflate()
211 kfree_sensitive(zip_ctx); in zip_alloc_scomp_ctx_deflate()
215 return zip_ctx; in zip_alloc_scomp_ctx_deflate()
223 zip_ctx = kzalloc(sizeof(*zip_ctx), GFP_KERNEL); in zip_alloc_scomp_ctx_lzs()
224 if (!zip_ctx) in zip_alloc_scomp_ctx_lzs()
230 kfree_sensitive(zip_ctx); in zip_alloc_scomp_ctx_lzs()
234 return zip_ctx; in zip_alloc_scomp_ctx_lzs()
241 zip_ctx_exit(zip_ctx); in zip_free_scomp_ctx()
[all …]
H A Dzip_crypto.h61 void zip_free_scomp_ctx(void *zip_ctx);