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

/linux-master/include/crypto/internal/
H A Dscompress.h24 * struct scomp_alg - synchronous compression algorithm
34 struct scomp_alg { struct
50 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg)
52 return container_of(alg, struct scomp_alg, base);
70 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm)
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);
/linux-master/crypto/
H A Dscompress.c283 int crypto_register_scomp(struct scomp_alg *alg)
296 void crypto_unregister_scomp(struct scomp_alg *alg)
302 int crypto_register_scomps(struct scomp_alg *algs, int count)
322 void crypto_unregister_scomps(struct scomp_alg *algs, int count)
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-master/drivers/crypto/cavium/zip/
H A Dzip_main.c404 static struct scomp_alg zip_scomp_deflate = {
417 static struct scomp_alg zip_scomp_lzs = {

Completed in 140 milliseconds