Searched refs:pcomp_alg (Results 1 – 4 of 4) sorted by relevance
57 struct pcomp_alg { struct89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg() argument91 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()
25 extern int crypto_register_pcomp(struct pcomp_alg *alg);26 extern int crypto_unregister_pcomp(struct pcomp_alg *alg);
95 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()
345 static struct pcomp_alg zlib_alg = {