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

/linux-master/crypto/
H A Dcompress.c12 int crypto_comp_compress(struct crypto_comp *comp,
23 int crypto_comp_decompress(struct crypto_comp *comp,
H A Dtestmgr.c3294 static int test_comp(struct crypto_comp *tfm,
3685 struct crypto_comp *comp;
/linux-master/include/net/
H A Dipcomp.h10 struct crypto_comp;
15 struct crypto_comp * __percpu *tfms;
/linux-master/include/linux/
H A Dcrypto.h436 struct crypto_comp { struct
496 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm)
498 return (struct crypto_comp *)tfm;
501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name,
511 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)
516 static inline void crypto_free_comp(struct crypto_comp *tfm)
530 static inline const char *crypto_comp_name(struct crypto_comp *tfm)
535 int crypto_comp_compress(struct crypto_comp *tfm,
539 int crypto_comp_decompress(struct crypto_comp *tfm,
/linux-master/drivers/block/zram/
H A Dzcomp.h15 struct crypto_comp *tfm;
/linux-master/net/xfrm/
H A Dxfrm_ipcomp.c29 struct crypto_comp * __percpu *tfms;
45 struct crypto_comp *tfm = *this_cpu_ptr(ipcd->tfms);
128 struct crypto_comp *tfm;
232 static void ipcomp_free_tfms(struct crypto_comp * __percpu *tfms)
254 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu);
260 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name)
263 struct crypto_comp * __percpu *tfms;
268 struct crypto_comp *tfm;
287 pos->tfms = tfms = alloc_percpu(struct crypto_comp *);
292 struct crypto_comp *tf
[all...]
/linux-master/kernel/power/
H A Dswap.c643 struct crypto_comp *cc; /* crypto compressor stream */
1150 struct crypto_comp *cc; /* crypto compressor stream */
/linux-master/fs/ubifs/
H A Dubifs.h852 struct crypto_comp *cc;
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c36 static struct crypto_comp *deflate_generic_tfm;

Completed in 176 milliseconds