acomp_alg          55 crypto/acompress.c 	struct acomp_alg *alg = crypto_acomp_alg(acomp);
acomp_alg          63 crypto/acompress.c 	struct acomp_alg *alg = crypto_acomp_alg(acomp);
acomp_alg         142 crypto/acompress.c int crypto_register_acomp(struct acomp_alg *alg)
acomp_alg         154 crypto/acompress.c int crypto_unregister_acomp(struct acomp_alg *alg)
acomp_alg         160 crypto/acompress.c int crypto_register_acomps(struct acomp_alg *algs, int count)
acomp_alg         180 crypto/acompress.c void crypto_unregister_acomps(struct acomp_alg *algs, int count)
acomp_alg         556 drivers/crypto/hisilicon/zip/zip_crypto.c static struct acomp_alg hisi_zip_acomp_zlib = {
acomp_alg         570 drivers/crypto/hisilicon/zip/zip_crypto.c static struct acomp_alg hisi_zip_acomp_gzip = {
acomp_alg         115 include/crypto/acompress.h static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg)
acomp_alg         117 include/crypto/acompress.h 	return container_of(alg, struct acomp_alg, base);
acomp_alg         125 include/crypto/acompress.h static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm)
acomp_alg          62 include/crypto/internal/acompress.h int crypto_register_acomp(struct acomp_alg *alg);
acomp_alg          74 include/crypto/internal/acompress.h int crypto_unregister_acomp(struct acomp_alg *alg);
acomp_alg          76 include/crypto/internal/acompress.h int crypto_register_acomps(struct acomp_alg *algs, int count);
acomp_alg          77 include/crypto/internal/acompress.h void crypto_unregister_acomps(struct acomp_alg *algs, int count);