Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dlz4hc.c15 void *lz4hc_comp_mem; member
33 ctx->lz4hc_comp_mem = lz4hc_alloc_ctx(NULL); in lz4hc_init()
34 if (IS_ERR(ctx->lz4hc_comp_mem)) in lz4hc_init()
49 lz4hc_free_ctx(NULL, ctx->lz4hc_comp_mem); in lz4hc_exit()
79 ctx->lz4hc_comp_mem); in lz4hc_compress_crypto()