Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/net/
Dipcomp.h9 struct crypto_comp;
13 struct crypto_comp * __percpu *tfms;
/Linux-v4.19/include/linux/
Dcrypto.h623 struct crypto_comp { struct
1601 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()
1603 return (struct crypto_comp *)tfm; in __crypto_comp_cast()
1606 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) in crypto_comp_cast()
1613 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
1623 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()
1628 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()
1642 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()
1647 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) in crypto_comp_crt()
1652 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress()
[all …]
/Linux-v4.19/mm/
Dzswap.c132 struct crypto_comp * __percpu *tfm;
410 struct crypto_comp *tfm; in zswap_cpu_comp_prepare()
428 struct crypto_comp *tfm; in zswap_cpu_comp_dead()
546 pool->tfm = alloc_percpu(struct crypto_comp *); in zswap_pool_create()
857 struct crypto_comp *tfm; in zswap_writeback_entry()
1002 struct crypto_comp *tfm; in zswap_frontswap_store()
1142 struct crypto_comp *tfm; in zswap_frontswap_load()
/Linux-v4.19/drivers/block/zram/
Dzcomp.h16 struct crypto_comp *tfm;
/Linux-v4.19/fs/pstore/
Dplatform.c86 static struct crypto_comp *tfm;
/Linux-v4.19/fs/ubifs/
Dubifs.h833 struct crypto_comp *cc;
/Linux-v4.19/crypto/
Dtestmgr.c1379 static int test_comp(struct crypto_comp *tfm, in test_comp()
1792 struct crypto_comp *comp; in alg_test_comp()