Searched refs:acomp_alg (Results 1 – 4 of 4) sorted by relevance
62 int crypto_register_acomp(struct acomp_alg *alg);72 void crypto_unregister_acomp(struct acomp_alg *alg);74 int crypto_register_acomps(struct acomp_alg *algs, int count);75 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
55 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm()63 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm()150 int crypto_register_acomp(struct acomp_alg *alg) in crypto_register_acomp()162 void crypto_unregister_acomp(struct acomp_alg *alg) in crypto_unregister_acomp()168 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()188 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
76 struct acomp_alg { struct133 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg()135 return container_of(alg, struct acomp_alg, base); in __crypto_acomp_alg()143 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()
744 static struct acomp_alg hisi_zip_acomp_zlib = {758 static struct acomp_alg hisi_zip_acomp_gzip = {
Completed in 6 milliseconds