Searched refs:acomp_alg (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/crypto/internal/
H A Dacompress.h16 * struct acomp_alg - asynchronous compression algorithm
37 struct acomp_alg {
96 int crypto_register_acomp(struct acomp_alg *alg);
106 void crypto_unregister_acomp(struct acomp_alg *alg);
108 int crypto_register_acomps(struct acomp_alg *algs, int count);
109 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
38 struct acomp_alg { struct
/linux-master/crypto/
H A Dacompress.c26 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg)
28 return container_of(alg, struct acomp_alg, calg.base);
31 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm)
59 struct acomp_alg *alg = crypto_acomp_alg(acomp);
67 struct acomp_alg *alg = crypto_acomp_alg(acomp);
163 int crypto_register_acomp(struct acomp_alg *alg)
176 void crypto_unregister_acomp(struct acomp_alg *alg)
182 int crypto_register_acomps(struct acomp_alg *algs, int count)
202 void crypto_unregister_acomps(struct acomp_alg *algs, int count)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c319 static struct acomp_alg qat_acomp[] = { {
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c586 static struct acomp_alg hisi_zip_acomp_deflate = {
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1811 static struct acomp_alg iaa_acomp_fixed_deflate = {

Completed in 241 milliseconds