Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/zip/
A Dzip_crypto.c223 zip_ctx_exit(zip_ctx); in zip_free_comp_ctx()
256 zip_ctx = kzalloc(sizeof(*zip_ctx), GFP_KERNEL); in zip_alloc_scomp_ctx_deflate()
257 if (!zip_ctx) in zip_alloc_scomp_ctx_deflate()
263 kfree_sensitive(zip_ctx); in zip_alloc_scomp_ctx_deflate()
267 return zip_ctx; in zip_alloc_scomp_ctx_deflate()
275 zip_ctx = kzalloc(sizeof(*zip_ctx), GFP_KERNEL); in zip_alloc_scomp_ctx_lzs()
276 if (!zip_ctx) in zip_alloc_scomp_ctx_lzs()
282 kfree_sensitive(zip_ctx); in zip_alloc_scomp_ctx_lzs()
286 return zip_ctx; in zip_alloc_scomp_ctx_lzs()
293 zip_ctx_exit(zip_ctx); in zip_free_scomp_ctx()
[all …]
A Dzip_crypto.h72 void zip_free_scomp_ctx(struct crypto_scomp *tfm, void *zip_ctx);

Completed in 5 milliseconds