Searched defs:zip_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_crypto.c72 static int zip_ctx_init(struct zip_kernel_ctx *zip_ctx, int lzs_flag) argument
110 static void zip_ctx_exit(struct zip_kernel_ctx *zip_ctx) argument
122 zip_compress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, struct zip_kernel_ctx *zip_ctx) argument
158 zip_decompress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, struct zip_kernel_ctx *zip_ctx) argument
201 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); local
208 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); local
215 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); local
224 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); local
233 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm); local
242 struct zip_kernel_ctx *zip_ctx; local
261 struct zip_kernel_ctx *zip_ctx; local
279 struct zip_kernel_ctx *zip_ctx = ctx; local
289 struct zip_kernel_ctx *zip_ctx = ctx; local
298 struct zip_kernel_ctx *zip_ctx = ctx; local
[all...]

Completed in 104 milliseconds