pcomp_alg 89 include/crypto/compress.h static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) pcomp_alg 91 include/crypto/compress.h return container_of(alg, struct pcomp_alg, base); pcomp_alg 94 include/crypto/compress.h static inline struct pcomp_alg *crypto_pcomp_alg(struct crypto_pcomp *tfm) pcomp_alg 25 include/crypto/internal/compress.h extern int crypto_register_pcomp(struct pcomp_alg *alg); pcomp_alg 26 include/crypto/internal/compress.h extern int crypto_unregister_pcomp(struct pcomp_alg *alg);