Searched refs:scomp_alg (Results 1 – 12 of 12) sorted by relevance
32 struct scomp_alg { struct48 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() argument50 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg()68 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg()99 int crypto_register_scomp(struct scomp_alg *alg);109 void crypto_unregister_scomp(struct scomp_alg *alg);111 int crypto_register_scomps(struct scomp_alg *algs, int count);112 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
109 static void scomp_free_streams(struct scomp_alg *alg) in scomp_free_streams()130 static int scomp_alloc_streams(struct scomp_alg *alg) in scomp_alloc_streams()157 struct scomp_alg *alg = crypto_scomp_alg(__crypto_scomp_tfm(tfm)); in crypto_scomp_init_tfm()377 static void scomp_prepare_alg(struct scomp_alg *alg) in scomp_prepare_alg()386 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()399 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()405 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()425 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
60 static struct scomp_alg scomp = {
74 static struct scomp_alg scomp = {
72 static struct scomp_alg scomp = {
76 static struct scomp_alg scomp = {
177 static struct scomp_alg scomp = {
229 static struct scomp_alg scomp = {
374 static struct scomp_alg zip_scomp_deflate = {387 static struct scomp_alg zip_scomp_lzs = {
1040 static struct scomp_alg nx842_powernv_alg = {
1017 static struct scomp_alg nx842_pseries_alg = {