Searched refs:scomp_alg (Results 1 – 10 of 10) sorted by relevance
28 struct scomp_alg { struct40 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() argument42 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg()60 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg()106 int crypto_register_scomp(struct scomp_alg *alg);116 void crypto_unregister_scomp(struct scomp_alg *alg);118 int crypto_register_scomps(struct scomp_alg *algs, int count);119 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
257 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()269 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()275 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()295 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
109 static struct scomp_alg scomp = {
121 static struct scomp_alg scomp = {
120 static struct scomp_alg scomp = {
123 static struct scomp_alg scomp = {
220 static struct scomp_alg scomp = {
289 static struct scomp_alg scomp[] = { {
404 static struct scomp_alg zip_scomp_deflate = {417 static struct scomp_alg zip_scomp_lzs = {