Searched refs:acomp_alg (Results 1 – 5 of 5) sorted by relevance
64 int crypto_register_acomp(struct acomp_alg *alg);74 void crypto_unregister_acomp(struct acomp_alg *alg);76 int crypto_register_acomps(struct acomp_alg *algs, int count);77 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()
77 struct acomp_alg { struct134 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg()136 return container_of(alg, struct acomp_alg, base); in __crypto_acomp_alg()144 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()
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[] = { {
Completed in 8 milliseconds