Searched refs:acomp_alg (Results 1 – 4 of 4) sorted by relevance
38 struct acomp_alg { struct97 int crypto_register_acomp(struct acomp_alg *alg);107 void crypto_unregister_acomp(struct acomp_alg *alg);109 int crypto_register_acomps(struct acomp_alg *algs, int count);110 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
26 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg()28 return container_of(alg, struct acomp_alg, calg.base); in __crypto_acomp_alg()31 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()59 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm()67 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm()196 int crypto_register_acomp(struct acomp_alg *alg) in crypto_register_acomp()209 void crypto_unregister_acomp(struct acomp_alg *alg) in crypto_unregister_acomp()215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()235 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
748 static struct acomp_alg hisi_zip_acomp_zlib = {784 static struct acomp_alg hisi_zip_acomp_gzip = {
440 static struct acomp_alg qat_acomp[] = { {