deflate_ctx        42 crypto/deflate.c static int deflate_comp_init(struct deflate_ctx *ctx, int format)
deflate_ctx        71 crypto/deflate.c static int deflate_decomp_init(struct deflate_ctx *ctx, int format)
deflate_ctx        96 crypto/deflate.c static void deflate_comp_exit(struct deflate_ctx *ctx)
deflate_ctx       102 crypto/deflate.c static void deflate_decomp_exit(struct deflate_ctx *ctx)
deflate_ctx       124 crypto/deflate.c 	struct deflate_ctx *ctx;
deflate_ctx       152 crypto/deflate.c 	struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
deflate_ctx       171 crypto/deflate.c 	struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
deflate_ctx       180 crypto/deflate.c 	struct deflate_ctx *dctx = ctx;
deflate_ctx       208 crypto/deflate.c 	struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
deflate_ctx       225 crypto/deflate.c 	struct deflate_ctx *dctx = ctx;
deflate_ctx       264 crypto/deflate.c 	struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
deflate_ctx       280 crypto/deflate.c 	.cra_ctxsize		= sizeof(struct deflate_ctx),