Searched refs:zstd_ctx (Results 1 – 2 of 2) sorted by relevance
20 struct zstd_ctx { struct32 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init() argument79 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()109 struct zstd_ctx *ctx; in zstd_alloc_ctx()126 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_init()145 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_exit()154 struct zstd_ctx *zctx = ctx; in __zstd_compress()167 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_compress()183 struct zstd_ctx *zctx = ctx; in __zstd_decompress()195 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_decompress()[all …]
10 struct zstd_ctx { struct103 struct zstd_ctx *zctx = ctx->context; in zstd_destroy()130 struct zstd_ctx *zctx; in zstd_create()182 struct zstd_ctx *zctx = ctx->context; in zstd_compress()203 struct zstd_ctx *zctx = ctx->context; in zstd_decompress()
Completed in 6 milliseconds