Searched refs:crypto_comp (Results 1 – 6 of 6) sorted by relevance
33 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()
8 struct crypto_comp;12 struct crypto_comp * __percpu *tfms;
709 struct crypto_comp { struct2334 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()2336 return (struct crypto_comp *)tfm; in __crypto_comp_cast()2339 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) in crypto_comp_cast()2346 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()2356 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()2361 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()2375 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()2380 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) in crypto_comp_crt()2385 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress()[all …]
104 static struct crypto_comp * __percpu *zswap_comp_pcpu_tfms;114 struct crypto_comp *tfm; in zswap_comp_op()146 zswap_comp_pcpu_tfms = alloc_percpu(struct crypto_comp *); in zswap_comp_init()343 struct crypto_comp *tfm; in __zswap_cpu_notifier()
841 struct crypto_comp *cc;
1184 static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, in test_comp()1592 struct crypto_comp *tfm; in alg_test_comp()