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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dcompress.h25 extern int crypto_register_pcomp(struct pcomp_alg *alg);
26 extern int crypto_unregister_pcomp(struct pcomp_alg *alg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dcompress.h57 struct pcomp_alg { struct
89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg)
91 return container_of(alg, struct pcomp_alg, base);
94 static inline struct pcomp_alg *crypto_pcomp_alg(struct crypto_pcomp *tfm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dpcompress.c76 int crypto_register_pcomp(struct pcomp_alg *alg)
88 int crypto_unregister_pcomp(struct pcomp_alg *alg)
H A Dzlib.c318 static struct pcomp_alg zlib_alg = {

Completed in 69 milliseconds