Home
last modified time | relevance | path

Searched refs:acomp_alg (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/internal/
A Dacompress.h62 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);
/linux/crypto/
A Dacompress.c55 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()
/linux/include/crypto/
A Dacompress.h76 struct acomp_alg { struct
133 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()
/linux/drivers/crypto/hisilicon/zip/
A Dzip_crypto.c744 static struct acomp_alg hisi_zip_acomp_zlib = {
758 static struct acomp_alg hisi_zip_acomp_gzip = {

Completed in 6 milliseconds