Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dscompress.h33 struct scomp_alg { struct
49 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() argument
51 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg()
69 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);
121 void crypto_unregister_scomp(struct scomp_alg *alg);
123 int crypto_register_scomps(struct scomp_alg *algs, int count);
124 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
/linux/crypto/
H A Dscompress.c280 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()
293 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()
299 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
319 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
H A D842.c109 static struct scomp_alg scomp = {
H A Dlz4hc.c121 static struct scomp_alg scomp = {
H A Dlz4.c120 static struct scomp_alg scomp = {
H A Dlzo-rle.c123 static struct scomp_alg scomp = {
H A Dlzo.c123 static struct scomp_alg scomp = {
H A Dzstd.c220 static struct scomp_alg scomp = {
H A Ddeflate.c272 static struct scomp_alg scomp = {
/linux/drivers/crypto/cavium/zip/
H A Dzip_main.c404 static struct scomp_alg zip_scomp_deflate = {
417 static struct scomp_alg zip_scomp_lzs = {