Lines Matching refs:zstd_ctx
20 struct zstd_ctx {
32 static int zstd_comp_init(struct zstd_ctx *ctx)
56 static int zstd_decomp_init(struct zstd_ctx *ctx)
79 static void zstd_comp_exit(struct zstd_ctx *ctx)
86 static void zstd_decomp_exit(struct zstd_ctx *ctx)
109 struct zstd_ctx *ctx;
126 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
145 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
154 struct zstd_ctx *zctx = ctx;
167 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
183 struct zstd_ctx *zctx = ctx;
195 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
211 .cra_ctxsize = sizeof(struct zstd_ctx),