Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Ddeflate.c41 struct deflate_ctx { struct
46 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init() argument
75 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init()
100 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
106 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
128 struct deflate_ctx *ctx; in gen_deflate_alloc_ctx()
156 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init()
175 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit()
184 struct deflate_ctx *dctx = ctx; in __deflate_compress()
212 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress()
[all …]