Searched refs:scomp_alg (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | scompress.h | 20 * struct scomp_alg - synchronous compression algorithm 28 struct scomp_alg { struct 40 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() 42 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg() 60 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg() 106 int crypto_register_scomp(struct scomp_alg *alg); 116 void crypto_unregister_scomp(struct scomp_alg *alg); 118 int crypto_register_scomps(struct scomp_alg *algs, int count); 119 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | scompress.h | 24 * struct scomp_alg - synchronous compression algorithm 34 struct scomp_alg { struct 50 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() 52 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg() 70 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg() 112 int crypto_register_scomp(struct scomp_alg *alg); 122 void crypto_unregister_scomp(struct scomp_alg *alg); 124 int crypto_register_scomps(struct scomp_alg *algs, int count); 125 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | scompress.c | 263 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp() 275 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() 281 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps() 301 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
|
H A D | lzo-rle.c | 123 static struct scomp_alg scomp = {
|
H A D | lz4hc.c | 121 static struct scomp_alg scomp = {
|
H A D | lzo.c | 123 static struct scomp_alg scomp = {
|
H A D | lz4.c | 120 static struct scomp_alg scomp = {
|
H A D | 842.c | 109 static struct scomp_alg scomp = {
|
H A D | zstd.c | 220 static struct scomp_alg scomp = {
|
H A D | deflate.c | 289 static struct scomp_alg scomp[] = { {
|
/kernel/linux/linux-6.6/crypto/ |
H A D | scompress.c | 261 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp() 274 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() 280 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps() 300 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
|
H A D | lzo-rle.c | 123 static struct scomp_alg scomp = {
|
H A D | lz4hc.c | 121 static struct scomp_alg scomp = {
|
H A D | lzo.c | 123 static struct scomp_alg scomp = {
|
H A D | lz4.c | 120 static struct scomp_alg scomp = {
|
H A D | 842.c | 109 static struct scomp_alg scomp = {
|
H A D | zstd.c | 220 static struct scomp_alg scomp = {
|
H A D | deflate.c | 289 static struct scomp_alg scomp[] = { {
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 382 static struct scomp_alg zip_scomp_deflate = { 395 static struct scomp_alg zip_scomp_lzs = {
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 404 static struct scomp_alg zip_scomp_deflate = { 417 static struct scomp_alg zip_scomp_lzs = {
|
Completed in 9 milliseconds