Home
last modified time | relevance | path

Searched refs:lz4_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/crypto/
Dlz4.c15 struct lz4_ctx { struct
32 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_init() argument
48 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_exit()
76 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_compress_crypto()
111 .cra_ctxsize = sizeof(struct lz4_ctx),
/linux-6.12.1/drivers/block/zram/
Dbackend_lz4.c8 struct lz4_ctx { struct
29 struct lz4_ctx *zctx = ctx->context; in lz4_destroy() argument
42 struct lz4_ctx *zctx; in lz4_create()
73 struct lz4_ctx *zctx = ctx->context; in lz4_compress()
98 struct lz4_ctx *zctx = ctx->context; in lz4_decompress()