Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dscompress.h65 static inline void *crypto_scomp_alloc_ctx(struct crypto_scomp *tfm) in crypto_scomp_alloc_ctx() function
/linux-5.19.10/crypto/
Dscompress.c221 ctx = crypto_scomp_alloc_ctx(scomp); in crypto_acomp_scomp_alloc_ctx()