Searched refs:crypto_comp (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/net/
H A Dipcomp.h8 struct crypto_comp;
12 struct crypto_comp * __percpu *tfms;
/linux-4.1.27/net/xfrm/
H A Dxfrm_ipcomp.c33 struct crypto_comp * __percpu *tfms;
50 struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu); ipcomp_decompress()
144 struct crypto_comp *tfm; ipcomp_compress()
247 static void ipcomp_free_tfms(struct crypto_comp * __percpu *tfms) ipcomp_free_tfms()
269 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu); for_each_possible_cpu()
275 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) ipcomp_alloc_tfms()
278 struct crypto_comp * __percpu *tfms; ipcomp_alloc_tfms()
283 struct crypto_comp *tfm; ipcomp_alloc_tfms()
302 pos->tfms = tfms = alloc_percpu(struct crypto_comp *); ipcomp_alloc_tfms()
307 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, for_each_possible_cpu()
/linux-4.1.27/mm/
H A Dzswap.c104 static struct crypto_comp * __percpu *zswap_comp_pcpu_tfms;
114 struct crypto_comp *tfm; zswap_comp_op()
146 zswap_comp_pcpu_tfms = alloc_percpu(struct crypto_comp *); zswap_comp_init()
343 struct crypto_comp *tfm; __zswap_cpu_notifier()
/linux-4.1.27/include/linux/
H A Dcrypto.h709 struct crypto_comp { struct
2334 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) __crypto_comp_cast()
2336 return (struct crypto_comp *)tfm; __crypto_comp_cast()
2339 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) crypto_comp_cast()
2346 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, crypto_alloc_comp()
2356 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) crypto_comp_tfm()
2361 static inline void crypto_free_comp(struct crypto_comp *tfm) crypto_free_comp()
2375 static inline const char *crypto_comp_name(struct crypto_comp *tfm) crypto_comp_name()
2380 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) crypto_comp_crt()
2385 static inline int crypto_comp_compress(struct crypto_comp *tfm, crypto_comp_compress()
2393 static inline int crypto_comp_decompress(struct crypto_comp *tfm, crypto_comp_decompress()
/linux-4.1.27/crypto/
H A Dtestmgr.c1184 static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, test_comp()
1592 struct crypto_comp *tfm; alg_test_comp()
/linux-4.1.27/fs/ubifs/
H A Dubifs.h841 struct crypto_comp *cc;

Completed in 159 milliseconds