Home
last modified time | relevance | path

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

/crypto/
Ddeflate.c37 struct deflate_ctx { struct
42 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init() argument
71 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init()
96 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
102 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
124 struct deflate_ctx *ctx; in gen_deflate_alloc_ctx()
152 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init()
171 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit()
180 struct deflate_ctx *dctx = ctx; in __deflate_compress()
208 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress()
[all …]