Searched refs:deflate_ctx (Results 1 – 1 of 1) sorted by relevance
40 struct deflate_ctx { struct45 static int deflate_comp_init(struct deflate_ctx *ctx) in deflate_comp_init() argument70 static int deflate_decomp_init(struct deflate_ctx *ctx) in deflate_decomp_init()92 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()98 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()106 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init()121 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit()131 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress()161 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress()200 .cra_ctxsize = sizeof(struct deflate_ctx),