Home
last modified time | relevance | path

Searched refs:acomp_alg (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/crypto/internal/
Dacompress.h67 int crypto_register_acomp(struct acomp_alg *alg);
79 int crypto_unregister_acomp(struct acomp_alg *alg);
81 int crypto_register_acomps(struct acomp_alg *algs, int count);
82 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
/Linux-v4.19/crypto/
Dacompress.c64 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm()
72 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm()
151 int crypto_register_acomp(struct acomp_alg *alg) in crypto_register_acomp()
163 int crypto_unregister_acomp(struct acomp_alg *alg) in crypto_unregister_acomp()
169 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
189 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
/Linux-v4.19/include/crypto/
Dacompress.h81 struct acomp_alg { struct
120 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg()
122 return container_of(alg, struct acomp_alg, base); in __crypto_acomp_alg()
130 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()