Home
last modified time | relevance | path

Searched refs:zstd_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dzstd.c20 struct zstd_ctx { struct
32 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init()
56 static int zstd_decomp_init(struct zstd_ctx *ctx) in zstd_decomp_init()
79 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()
86 static void zstd_decomp_exit(struct zstd_ctx *ctx) in zstd_decomp_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 *ct in zstd_compress()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dzstd.c20 struct zstd_ctx { struct
32 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init()
56 static int zstd_decomp_init(struct zstd_ctx *ctx) in zstd_decomp_init()
79 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()
86 static void zstd_decomp_exit(struct zstd_ctx *ctx) in zstd_decomp_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 *ct in zstd_compress()
[all...]

Completed in 2 milliseconds