Searched refs:scomp_alg (Results 1 – 8 of 8) sorted by relevance
33 struct scomp_alg { struct45 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() argument47 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg()65 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg()111 int crypto_register_scomp(struct scomp_alg *alg);123 int crypto_unregister_scomp(struct scomp_alg *alg);125 int crypto_register_scomps(struct scomp_alg *algs, int count);126 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
280 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()292 int crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()298 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()318 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
118 static struct scomp_alg scomp = {
134 static struct scomp_alg scomp = {
135 static struct scomp_alg scomp = {
133 static struct scomp_alg scomp = {
227 static struct scomp_alg scomp = {
292 static struct scomp_alg scomp[] = { {