Home
last modified time | relevance | path

Searched refs:scomp_alg (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/crypto/internal/
Dscompress.h33 struct scomp_alg { struct
45 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() argument
47 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg()
65 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg()
111 int crypto_register_scomp(struct scomp_alg *alg);
123 int crypto_unregister_scomp(struct scomp_alg *alg);
125 int crypto_register_scomps(struct scomp_alg *algs, int count);
126 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
/linux-4.19.296/crypto/
Dscompress.c280 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()
292 int crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()
298 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
318 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
D842.c118 static struct scomp_alg scomp = {
Dlz4hc.c134 static struct scomp_alg scomp = {
Dlzo.c135 static struct scomp_alg scomp = {
Dlz4.c133 static struct scomp_alg scomp = {
Dzstd.c227 static struct scomp_alg scomp = {
Ddeflate.c292 static struct scomp_alg scomp[] = { {