Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dscompress.h32 struct scomp_alg { struct
48 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg() argument
50 return container_of(alg, struct scomp_alg, base); in __crypto_scomp_alg()
68 static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm) in crypto_scomp_alg()
99 int crypto_register_scomp(struct scomp_alg *alg);
109 void crypto_unregister_scomp(struct scomp_alg *alg);
111 int crypto_register_scomps(struct scomp_alg *algs, int count);
112 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
/linux-6.15/crypto/
H A Dscompress.c109 static void scomp_free_streams(struct scomp_alg *alg) in scomp_free_streams()
130 static int scomp_alloc_streams(struct scomp_alg *alg) in scomp_alloc_streams()
157 struct scomp_alg *alg = crypto_scomp_alg(__crypto_scomp_tfm(tfm)); in crypto_scomp_init_tfm()
377 static void scomp_prepare_alg(struct scomp_alg *alg) in scomp_prepare_alg()
386 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()
399 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()
405 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
425 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
H A D842.c60 static struct scomp_alg scomp = {
H A Dlz4.c74 static struct scomp_alg scomp = {
H A Dlz4hc.c72 static struct scomp_alg scomp = {
H A Dlzo.c76 static struct scomp_alg scomp = {
H A Dlzo-rle.c76 static struct scomp_alg scomp = {
H A Dzstd.c177 static struct scomp_alg scomp = {
H A Ddeflate.c229 static struct scomp_alg scomp = {
/linux-6.15/drivers/crypto/cavium/zip/
H A Dzip_main.c374 static struct scomp_alg zip_scomp_deflate = {
387 static struct scomp_alg zip_scomp_lzs = {
/linux-6.15/drivers/crypto/nx/
H A Dnx-common-powernv.c1040 static struct scomp_alg nx842_powernv_alg = {
H A Dnx-common-pseries.c1017 static struct scomp_alg nx842_pseries_alg = {