Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dlzo.c40 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) in lzo_free_ctx() function
49 lzo_free_ctx(NULL, ctx->lzo_comp_mem); in lzo_exit()
125 .free_ctx = lzo_free_ctx,