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

/linux-master/crypto/
H A Ddeflate.c37 struct deflate_ctx { struct
42 static int deflate_comp_init(struct deflate_ctx *ctx)
67 static int deflate_decomp_init(struct deflate_ctx *ctx)
89 static void deflate_comp_exit(struct deflate_ctx *ctx)
95 static void deflate_decomp_exit(struct deflate_ctx *ctx)
117 struct deflate_ctx *ctx;
135 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
154 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
163 struct deflate_ctx *dctx = ctx;
191 struct deflate_ctx *dct
[all...]

Completed in 127 milliseconds