Home
last modified time | relevance | path

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

/linux/crypto/
H A Dlz4hc.c18 static void *lz4hc_alloc_ctx(struct crypto_scomp *tfm) in lz4hc_alloc_ctx() function
33 ctx->lz4hc_comp_mem = lz4hc_alloc_ctx(NULL); in lz4hc_init()
122 .alloc_ctx = lz4hc_alloc_ctx,