Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dcompress.h57 struct pcomp_alg { struct
89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg() argument
91 return container_of(alg, struct pcomp_alg, base); in __crypto_pcomp_alg()
94 static inline struct pcomp_alg *crypto_pcomp_alg(struct crypto_pcomp *tfm) in crypto_pcomp_alg()
/linux-4.4.14/include/crypto/internal/
Dcompress.h25 extern int crypto_register_pcomp(struct pcomp_alg *alg);
26 extern int crypto_unregister_pcomp(struct pcomp_alg *alg);
/linux-4.4.14/crypto/
Dpcompress.c95 int crypto_register_pcomp(struct pcomp_alg *alg) in crypto_register_pcomp()
107 int crypto_unregister_pcomp(struct pcomp_alg *alg) in crypto_unregister_pcomp()
Dzlib.c345 static struct pcomp_alg zlib_alg = {