crypto_comp      1232 include/linux/crypto.h static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm)
crypto_comp      1234 include/linux/crypto.h 	return (struct crypto_comp *)tfm;
crypto_comp      1237 include/linux/crypto.h static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm)
crypto_comp      1244 include/linux/crypto.h static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name,
crypto_comp      1254 include/linux/crypto.h static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)
crypto_comp      1259 include/linux/crypto.h static inline void crypto_free_comp(struct crypto_comp *tfm)
crypto_comp      1273 include/linux/crypto.h static inline const char *crypto_comp_name(struct crypto_comp *tfm)
crypto_comp      1278 include/linux/crypto.h static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm)
crypto_comp      1283 include/linux/crypto.h static inline int crypto_comp_compress(struct crypto_comp *tfm,
crypto_comp      1291 include/linux/crypto.h static inline int crypto_comp_decompress(struct crypto_comp *tfm,
crypto_comp         8 include/net/ipcomp.h struct crypto_comp;
crypto_comp        12 include/net/ipcomp.h 	struct crypto_comp * __percpu *tfms;