Symbol: crypto_acomp
crypto/acompress.c
146
.tfmsize = offsetof(struct crypto_acomp, base),
crypto/acompress.c
150
struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
crypto/acompress.c
157
struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
crypto/acompress.c
284
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
crypto/acompress.c
296
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
71
struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm);
crypto/acompress.c
83
struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm);
crypto/acompress.c
85
struct crypto_acomp *fb = NULL;
crypto/deflate.c
223
static int deflate_init(struct crypto_acomp *tfm)
crypto/scompress.c
170
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
crypto/scompress.c
304
struct crypto_acomp *crt = __crypto_acomp_tfm(tfm);
crypto/testmgr.c
3270
static int test_acomp(struct crypto_acomp *tfm,
crypto/testmgr.c
3466
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
131
static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
152
static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm)
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
166
struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
63
struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq);
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
251
struct crypto_acomp *tfm, size_t extra, gfp_t gfp)
include/crypto/acompress.h
287
struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
include/crypto/acompress.h
546
char *buf, struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
112
static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
186
static inline bool crypto_acomp_req_virt(struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
221
static inline struct crypto_acomp *crypto_acomp_fb(struct crypto_acomp *tfm)
include/crypto/internal/acompress.h
229
struct crypto_acomp *tfm = crypto_acomp_reqtfm(old);
include/crypto/internal/acompress.h
49
int (*init)(struct crypto_acomp *tfm);
include/crypto/internal/acompress.h
50
void (*exit)(struct crypto_acomp *tfm);
kernel/power/swap.c
1145
struct crypto_acomp *cc; /* crypto compressor */
kernel/power/swap.c
644
struct crypto_acomp *cc; /* crypto compressor */
mm/zswap.c
140
struct crypto_acomp *acomp;
mm/zswap.c
739
struct crypto_acomp *acomp = NULL;
mm/zswap.c
800
struct crypto_acomp *acomp;
net/xfrm/xfrm_ipcomp.c
123
struct crypto_acomp *tfm;
net/xfrm/xfrm_ipcomp.c
31
struct crypto_acomp *tfm;