crypto_pcomp       58 include/crypto/compress.h 	int (*compress_setup)(struct crypto_pcomp *tfm, void *params,
crypto_pcomp       60 include/crypto/compress.h 	int (*compress_init)(struct crypto_pcomp *tfm);
crypto_pcomp       61 include/crypto/compress.h 	int (*compress_update)(struct crypto_pcomp *tfm,
crypto_pcomp       63 include/crypto/compress.h 	int (*compress_final)(struct crypto_pcomp *tfm,
crypto_pcomp       65 include/crypto/compress.h 	int (*decompress_setup)(struct crypto_pcomp *tfm, void *params,
crypto_pcomp       67 include/crypto/compress.h 	int (*decompress_init)(struct crypto_pcomp *tfm);
crypto_pcomp       68 include/crypto/compress.h 	int (*decompress_update)(struct crypto_pcomp *tfm,
crypto_pcomp       70 include/crypto/compress.h 	int (*decompress_final)(struct crypto_pcomp *tfm,
crypto_pcomp       76 include/crypto/compress.h extern struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type,
crypto_pcomp       79 include/crypto/compress.h static inline struct crypto_tfm *crypto_pcomp_tfm(struct crypto_pcomp *tfm)
crypto_pcomp       84 include/crypto/compress.h static inline void crypto_free_pcomp(struct crypto_pcomp *tfm)
crypto_pcomp       94 include/crypto/compress.h static inline struct pcomp_alg *crypto_pcomp_alg(struct crypto_pcomp *tfm)
crypto_pcomp       99 include/crypto/compress.h static inline int crypto_compress_setup(struct crypto_pcomp *tfm,
crypto_pcomp      105 include/crypto/compress.h static inline int crypto_compress_init(struct crypto_pcomp *tfm)
crypto_pcomp      110 include/crypto/compress.h static inline int crypto_compress_update(struct crypto_pcomp *tfm,
crypto_pcomp      116 include/crypto/compress.h static inline int crypto_compress_final(struct crypto_pcomp *tfm,
crypto_pcomp      122 include/crypto/compress.h static inline int crypto_decompress_setup(struct crypto_pcomp *tfm,
crypto_pcomp      128 include/crypto/compress.h static inline int crypto_decompress_init(struct crypto_pcomp *tfm)
crypto_pcomp      133 include/crypto/compress.h static inline int crypto_decompress_update(struct crypto_pcomp *tfm,
crypto_pcomp      139 include/crypto/compress.h static inline int crypto_decompress_final(struct crypto_pcomp *tfm,