Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dlzo.c53 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) in lzo_free_ctx() function
62 lzo_free_ctx(NULL, ctx->lzo_comp_mem); in lzo_exit()
137 .free_ctx = lzo_free_ctx,