Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h436 struct crypto_comp { struct
496 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()
498 return (struct crypto_comp *)tfm; in __crypto_comp_cast()
501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
511 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()
516 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()
530 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()
535 int crypto_comp_compress(struct crypto_comp *tfm,
539 int crypto_comp_decompress(struct crypto_comp *tfm,
/include/net/
Dipcomp.h10 struct crypto_comp;
15 struct crypto_comp * __percpu *tfms;