crypto_comp      2910 crypto/testmgr.c static int test_comp(struct crypto_comp *tfm,
crypto_comp      3272 crypto/testmgr.c 	struct crypto_comp *comp;
crypto_comp        12 drivers/block/zram/zcomp.h 	struct crypto_comp *tfm;
crypto_comp        87 fs/pstore/platform.c static struct crypto_comp *tfm;
crypto_comp       289 fs/pstore/platform.c 	struct crypto_comp *ctx;
crypto_comp       841 fs/ubifs/ubifs.h 	struct crypto_comp *cc;
crypto_comp      1783 include/linux/crypto.h static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm)
crypto_comp      1785 include/linux/crypto.h 	return (struct crypto_comp *)tfm;
crypto_comp      1788 include/linux/crypto.h static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm)
crypto_comp      1795 include/linux/crypto.h static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name,
crypto_comp      1805 include/linux/crypto.h static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)
crypto_comp      1810 include/linux/crypto.h static inline void crypto_free_comp(struct crypto_comp *tfm)
crypto_comp      1824 include/linux/crypto.h static inline const char *crypto_comp_name(struct crypto_comp *tfm)
crypto_comp      1829 include/linux/crypto.h static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm)
crypto_comp      1834 include/linux/crypto.h static inline int crypto_comp_compress(struct crypto_comp *tfm,
crypto_comp      1842 include/linux/crypto.h static inline int crypto_comp_decompress(struct crypto_comp *tfm,
crypto_comp         9 include/net/ipcomp.h struct crypto_comp;
crypto_comp        13 include/net/ipcomp.h 	struct crypto_comp * __percpu *tfms;
crypto_comp       123 mm/zswap.c     	struct crypto_comp * __percpu *tfm;
crypto_comp       401 mm/zswap.c     	struct crypto_comp *tfm;
crypto_comp       419 mm/zswap.c     	struct crypto_comp *tfm;
crypto_comp       537 mm/zswap.c     	pool->tfm = alloc_percpu(struct crypto_comp *);
crypto_comp       848 mm/zswap.c     	struct crypto_comp *tfm;
crypto_comp       992 mm/zswap.c     	struct crypto_comp *tfm;
crypto_comp      1134 mm/zswap.c     	struct crypto_comp *tfm;
crypto_comp        29 net/xfrm/xfrm_ipcomp.c 	struct crypto_comp * __percpu *tfms;
crypto_comp        46 net/xfrm/xfrm_ipcomp.c 	struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu);
crypto_comp       140 net/xfrm/xfrm_ipcomp.c 	struct crypto_comp *tfm;
crypto_comp       243 net/xfrm/xfrm_ipcomp.c static void ipcomp_free_tfms(struct crypto_comp * __percpu *tfms)
crypto_comp       265 net/xfrm/xfrm_ipcomp.c 		struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu);
crypto_comp       271 net/xfrm/xfrm_ipcomp.c static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name)
crypto_comp       274 net/xfrm/xfrm_ipcomp.c 	struct crypto_comp * __percpu *tfms;
crypto_comp       279 net/xfrm/xfrm_ipcomp.c 		struct crypto_comp *tfm;
crypto_comp       298 net/xfrm/xfrm_ipcomp.c 	pos->tfms = tfms = alloc_percpu(struct crypto_comp *);
crypto_comp       303 net/xfrm/xfrm_ipcomp.c 		struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0,