Symbol: acomp_alg
crypto/acompress.c
145
.algsize = offsetof(struct acomp_alg, base),
crypto/acompress.c
309
int crypto_register_acomp(struct acomp_alg *alg)
crypto/acompress.c
322
void crypto_unregister_acomp(struct acomp_alg *alg)
crypto/acompress.c
328
int crypto_register_acomps(struct acomp_alg *algs, int count)
crypto/acompress.c
344
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
70
struct acomp_alg *alg = crypto_acomp_alg(acomp);
crypto/acompress.c
82
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
588
static struct acomp_alg qat_acomp_deflate[] = { {
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
604
static struct acomp_alg qat_acomp_zstd_lz4s = {
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
621
static struct acomp_alg qat_acomp_zstd_native = {
include/crypto/internal/acompress.h
134
int crypto_register_acomp(struct acomp_alg *alg);
include/crypto/internal/acompress.h
144
void crypto_unregister_acomp(struct acomp_alg *alg);
include/crypto/internal/acompress.h
146
int crypto_register_acomps(struct acomp_alg *algs, int count);
include/crypto/internal/acompress.h
147
void crypto_unregister_acomps(struct acomp_alg *algs, int count);