Home
last modified time | relevance | path

Searched refs:crypto_acomp (Results 1 – 13 of 13) sorted by relevance

/linux/include/crypto/
H A Dacompress.h113 struct crypto_acomp { struct
146 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
164 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
167 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
178 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm()
180 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()
184 struct crypto_acomp *tfm) in crypto_comp_alg_common()
189 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm) in crypto_acomp_reqsize()
195 struct crypto_acomp *tfm) in acomp_request_set_tfm()
200 static inline bool acomp_is_async(struct crypto_acomp *tfm) in acomp_is_async()
[all …]
/linux/include/crypto/internal/
H A Dacompress.h49 int (*init)(struct crypto_acomp *tfm);
50 void (*exit)(struct crypto_acomp *tfm);
112 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()
186 static inline bool crypto_acomp_req_virt(struct crypto_acomp *tfm) in crypto_acomp_req_virt()
221 static inline struct crypto_acomp *crypto_acomp_fb(struct crypto_acomp *tfm) in crypto_acomp_fb()
229 struct crypto_acomp *tfm = crypto_acomp_reqtfm(old); in acomp_fbreq_on_stack_init()
/linux/fs/erofs/
H A Ddecompressor_crypto.c7 struct crypto_acomp *tfm) in __z_erofs_crypto_decompress()
62 struct crypto_acomp *tfm;
82 static struct crypto_acomp *z_erofs_crypto_get_engine(int alg) in z_erofs_crypto_get_engine()
95 struct crypto_acomp *tfm; in z_erofs_crypto_decompress()
128 struct crypto_acomp *tfm; in z_erofs_crypto_enable_engine()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c63 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_generic_callback()
131 static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_init_tfm()
152 static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_exit_tfm()
166 struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq); in qat_comp_alg_compress_decompress()
/linux/net/xfrm/
H A Dxfrm_ipcomp.c31 struct crypto_acomp *tfm;
123 struct crypto_acomp *tfm; in ipcomp_setup_req()
/linux/crypto/
H A Ddeflate.c223 static int deflate_init(struct crypto_acomp *tfm) in deflate_init()
H A Dzstd.c67 static int zstd_init(struct crypto_acomp *acomp_tfm) in zstd_init()
H A Dtestmgr.c3270 static int test_acomp(struct crypto_acomp *tfm, in test_acomp()
3466 struct crypto_acomp *acomp; in alg_test_comp()
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c558 static int hisi_zip_acomp_init(struct crypto_acomp *tfm) in hisi_zip_acomp_init()
598 static void hisi_zip_acomp_exit(struct crypto_acomp *tfm) in hisi_zip_acomp_exit()
/linux/mm/
H A Dzswap.c140 struct crypto_acomp *acomp;
739 struct crypto_acomp *acomp = NULL; in zswap_cpu_comp_prepare()
800 struct crypto_acomp *acomp; in zswap_cpu_comp_dead()
/linux/kernel/power/
H A Dswap.c644 struct crypto_acomp *cc; /* crypto compressor */
1145 struct crypto_acomp *cc; /* crypto compressor */
/linux/fs/ubifs/
H A Dubifs.h842 struct crypto_acomp *cc;
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1658 static int iaa_comp_init_fixed(struct crypto_acomp *acomp_tfm) in iaa_comp_init_fixed()