Symbol: crypto_acomp
crypto/acompress.c
144
.tfmsize = offsetof(struct crypto_acomp, base),
crypto/acompress.c
148
struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
crypto/acompress.c
155
struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
crypto/acompress.c
280
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
crypto/acompress.c
292
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
crypto/acompress.c
46
static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm)
crypto/acompress.c
69
struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm);
crypto/acompress.c
81
struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm);
crypto/acompress.c
83
struct crypto_acomp *fb = NULL;
crypto/deflate.c
223
static int deflate_init(struct crypto_acomp *tfm)
crypto/scompress.c
168
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
crypto/scompress.c
302
struct crypto_acomp *crt = __crypto_acomp_tfm(tfm);
crypto/testmgr.c
3269
static int test_acomp(struct crypto_acomp *tfm,
crypto/testmgr.c
3465
struct crypto_acomp *acomp;
crypto/zstd.c
67
static int zstd_init(struct crypto_acomp *acomp_tfm)
drivers/crypto/hisilicon/zip/zip_crypto.c
558
static int hisi_zip_acomp_init(struct crypto_acomp *tfm)
drivers/crypto/hisilicon/zip/zip_crypto.c
598
static void hisi_zip_acomp_exit(struct crypto_acomp *tfm)
drivers/crypto/intel/iaa/iaa_crypto_main.c
1658
static int iaa_comp_init_fixed(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
134
struct crypto_acomp *ftfm;
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
167
struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
247
static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm, int alg)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
274
static int qat_comp_alg_deflate_init_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
279
static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
292
struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
363
struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(req);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
486
static int qat_comp_alg_lz4s_zstd_init_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
515
static int qat_comp_alg_zstd_init_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
542
static void qat_comp_alg_zstd_exit_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
554
struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(req);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
574
struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(req);
fs/erofs/decompressor_crypto.c
128
struct crypto_acomp *tfm;
fs/erofs/decompressor_crypto.c
62
struct crypto_acomp *tfm;
fs/erofs/decompressor_crypto.c
7
struct crypto_acomp *tfm)
fs/erofs/decompressor_crypto.c
82
static struct crypto_acomp *z_erofs_crypto_get_engine(int alg)
fs/erofs/decompressor_crypto.c
95
struct crypto_acomp *tfm;
fs/ubifs/ubifs.h
842
struct crypto_acomp *cc;
include/crypto/acompress.h
146
struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
include/crypto/acompress.h
164
struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
include/crypto/acompress.h
167
static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm)
include/crypto/acompress.h
178
static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm)
include/crypto/acompress.h
180
return container_of(tfm, struct crypto_acomp, base);
include/crypto/acompress.h
184
struct crypto_acomp *tfm)
include/crypto/acompress.h
189
static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm)
include/crypto/acompress.h
195
struct crypto_acomp *tfm)
include/crypto/acompress.h
200
static inline bool acomp_is_async(struct crypto_acomp *tfm)
include/crypto/acompress.h
206
static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req)
include/crypto/acompress.h
218
static inline void crypto_free_acomp(struct crypto_acomp *tfm)
include/crypto/acompress.h
232
static inline const char *crypto_acomp_alg_name(struct crypto_acomp *tfm)
include/crypto/acompress.h
237
static inline const char *crypto_acomp_driver_name(struct crypto_acomp *tfm)
include/crypto/acompress.h
252
struct crypto_acomp *tfm, size_t extra, gfp_t gfp)
include/crypto/acompress.h
288
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
include/crypto/acompress.h
547
char *buf, struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
113
static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
187
static inline bool crypto_acomp_req_virt(struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
222
static inline struct crypto_acomp *crypto_acomp_fb(struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
230
struct crypto_acomp *tfm = crypto_acomp_reqtfm(old);
include/crypto/internal/acompress.h
50
int (*init)(struct crypto_acomp *tfm);
include/crypto/internal/acompress.h
51
void (*exit)(struct crypto_acomp *tfm);
kernel/power/swap.c
1138
struct crypto_acomp *cc; /* crypto compressor */
kernel/power/swap.c
637
struct crypto_acomp *cc; /* crypto compressor */
mm/zswap.c
140
struct crypto_acomp *acomp;
net/xfrm/xfrm_ipcomp.c
127
struct crypto_acomp *tfm;
net/xfrm/xfrm_ipcomp.c
31
struct crypto_acomp *tfm;