Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_ipcomp.c33 struct crypto_comp * __percpu *tfms;
50 struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu); in ipcomp_decompress()
144 struct crypto_comp *tfm; in ipcomp_compress()
247 static void ipcomp_free_tfms(struct crypto_comp * __percpu *tfms) in ipcomp_free_tfms()
269 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu); in ipcomp_free_tfms()
275 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
278 struct crypto_comp * __percpu *tfms; in ipcomp_alloc_tfms()
283 struct crypto_comp *tfm; in ipcomp_alloc_tfms()
302 pos->tfms = tfms = alloc_percpu(struct crypto_comp *); in ipcomp_alloc_tfms()
307 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/linux-4.4.14/include/net/
Dipcomp.h8 struct crypto_comp;
12 struct crypto_comp * __percpu *tfms;
/linux-4.4.14/include/linux/
Dcrypto.h580 struct crypto_comp { struct
1807 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()
1809 return (struct crypto_comp *)tfm; in __crypto_comp_cast()
1812 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) in crypto_comp_cast()
1819 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
1829 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()
1834 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()
1848 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()
1853 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) in crypto_comp_crt()
1858 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress()
[all …]
/linux-4.4.14/mm/
Dzswap.c117 struct crypto_comp * __percpu *tfm;
424 struct crypto_comp *tfm; in __zswap_cpu_comp_notifier()
590 pool->tfm = alloc_percpu(struct crypto_comp *); in zswap_pool_create()
844 struct crypto_comp *tfm; in zswap_writeback_entry()
967 struct crypto_comp *tfm; in zswap_frontswap_store()
1079 struct crypto_comp *tfm; in zswap_frontswap_load()
/linux-4.4.14/fs/ubifs/
Dubifs.h841 struct crypto_comp *cc;
/linux-4.4.14/crypto/
Dtestmgr.c1216 static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, in test_comp()
1624 struct crypto_comp *tfm; in alg_test_comp()