Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dlz4.c19 static void *lz4_alloc_ctx(struct crypto_scomp *tfm) in lz4_alloc_ctx() function
34 ctx->lz4_comp_mem = lz4_alloc_ctx(NULL); in lz4_init()
121 .alloc_ctx = lz4_alloc_ctx,