Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dscompress.h75 static inline void *crypto_scomp_alloc_ctx(struct crypto_scomp *tfm) in crypto_scomp_alloc_ctx() function
/openbmc/linux/crypto/
H A Dscompress.c220 ctx = crypto_scomp_alloc_ctx(scomp); in crypto_acomp_scomp_alloc_ctx()