Lines Matching refs:zstd_ctx
28 struct zstd_ctx { struct
40 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init() argument
64 static int zstd_decomp_init(struct zstd_ctx *ctx) in zstd_decomp_init()
87 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()
94 static void zstd_decomp_exit(struct zstd_ctx *ctx) in zstd_decomp_exit()
117 struct zstd_ctx *ctx; in zstd_alloc_ctx()
134 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_init()
153 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_exit()
162 struct zstd_ctx *zctx = ctx; in __zstd_compress()
175 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_compress()
191 struct zstd_ctx *zctx = ctx; in __zstd_decompress()
203 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_decompress()
218 .cra_ctxsize = sizeof(struct zstd_ctx),