Lines Matching refs:crypto_comp
709 struct crypto_comp { struct
2334 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()
2336 return (struct crypto_comp *)tfm; in __crypto_comp_cast()
2339 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) in crypto_comp_cast()
2346 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
2356 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()
2361 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()
2375 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()
2380 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) in crypto_comp_crt()
2385 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress()
2393 static inline int crypto_comp_decompress(struct crypto_comp *tfm, in crypto_comp_decompress()