Searched refs:acomp_alg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | acompress.h | 16 * struct acomp_alg - asynchronous compression algorithm 38 struct acomp_alg { struct 97 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);
|
/kernel/linux/linux-6.6/crypto/ |
H A D | acompress.c | 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() 196 int crypto_register_acomp(struct acomp_alg *alg) in crypto_register_acomp() 209 void crypto_unregister_acomp(struct acomp_alg *alg) in crypto_unregister_acomp() 215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() 235 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | acompress.h | 62 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);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | acompress.c | 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()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | acompress.h | 56 * struct acomp_alg - asynchronous compression algorithm 76 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()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 640 static struct acomp_alg hisi_zip_acomp_zlib = { 654 static struct acomp_alg hisi_zip_acomp_gzip = {
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 748 static struct acomp_alg hisi_zip_acomp_zlib = { 784 static struct acomp_alg hisi_zip_acomp_gzip = {
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_comp_algs.c | 440 static struct acomp_alg qat_acomp[] = { {
|
Completed in 5 milliseconds