Searched refs:acomp_alg (Results 1 – 5 of 5) sorted by relevance
43 struct acomp_alg { struct86 int crypto_register_acomp(struct acomp_alg *alg);96 void crypto_unregister_acomp(struct acomp_alg *alg);98 int crypto_register_acomps(struct acomp_alg *algs, int count);99 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
29 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg()31 return container_of(alg, struct acomp_alg, calg.base); in __crypto_acomp_alg()34 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()62 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm()74 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm()389 int crypto_register_acomp(struct acomp_alg *alg) in crypto_register_acomp()402 void crypto_unregister_acomp(struct acomp_alg *alg) in crypto_unregister_acomp()408 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()428 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
237 static struct acomp_alg qat_acomp[] = { {
589 static struct acomp_alg hisi_zip_acomp_deflate = {
1693 static struct acomp_alg iaa_acomp_fixed_deflate = {