Symbol: acomp_alg
crypto/acompress.c
147
.algsize = offsetof(struct acomp_alg, base),
crypto/acompress.c
313
int crypto_register_acomp(struct acomp_alg *alg)
crypto/acompress.c
326
void crypto_unregister_acomp(struct acomp_alg *alg)
crypto/acompress.c
332
int crypto_register_acomps(struct acomp_alg *algs, int count)
crypto/acompress.c
348
void crypto_unregister_acomps(struct acomp_alg *algs, int count)
crypto/acompress.c
41
static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg)
crypto/acompress.c
43
return container_of(alg, struct acomp_alg, calg.base);
crypto/acompress.c
46
static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm)
crypto/acompress.c
72
struct acomp_alg *alg = crypto_acomp_alg(acomp);
crypto/acompress.c
84
struct acomp_alg *alg = crypto_acomp_alg(acomp);
crypto/deflate.c
234
static struct acomp_alg acomp = {
crypto/zstd.c
287
static struct acomp_alg zstd_acomp = {
drivers/crypto/hisilicon/zip/zip_crypto.c
610
static struct acomp_alg hisi_zip_acomp_deflate = {
drivers/crypto/hisilicon/zip/zip_crypto.c
648
static struct acomp_alg hisi_zip_acomp_lz4 = {
drivers/crypto/intel/iaa/iaa_crypto_main.c
1670
static struct acomp_alg iaa_acomp_fixed_deflate = {
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
236
static struct acomp_alg qat_acomp[] = { {
include/crypto/internal/acompress.h
133
int crypto_register_acomp(struct acomp_alg *alg);
include/crypto/internal/acompress.h
143
void crypto_unregister_acomp(struct acomp_alg *alg);
include/crypto/internal/acompress.h
145
int crypto_register_acomps(struct acomp_alg *algs, int count);
include/crypto/internal/acompress.h
146
void crypto_unregister_acomps(struct acomp_alg *algs, int count);