Home
last modified time | relevance | path

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

/linux/crypto/
H A Dlz4hc.c40 static void lz4hc_free_ctx(struct crypto_scomp *tfm, void *ctx) in lz4hc_free_ctx() function
49 lz4hc_free_ctx(NULL, ctx->lz4hc_comp_mem); in lz4hc_exit()
123 .free_ctx = lz4hc_free_ctx,