Searched refs:acomp_alg (Results 1 – 5 of 5) sorted by relevance
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()163 int crypto_register_acomp(struct acomp_alg *alg) in crypto_register_acomp()176 void crypto_unregister_acomp(struct acomp_alg *alg) in crypto_unregister_acomp()182 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()202 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
37 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);
319 static struct acomp_alg qat_acomp[] = { {
589 static struct acomp_alg hisi_zip_acomp_deflate = {
1811 static struct acomp_alg iaa_acomp_fixed_deflate = {
Completed in 14 milliseconds