Home
last modified time | relevance | path

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

/crypto/
Ddeflate.c41 struct deflate_ctx { struct
46 static int deflate_comp_init(struct deflate_ctx *ctx) in deflate_comp_init() argument
71 static int deflate_decomp_init(struct deflate_ctx *ctx) in deflate_decomp_init()
93 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
99 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
107 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init()
122 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit()
132 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress()
162 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress()
201 .cra_ctxsize = sizeof(struct deflate_ctx),