Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dacompress.h125 struct crypto_acomp { struct
129 struct crypto_acomp *fb; argument
165 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
199 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()
203 struct crypto_acomp *tfm) in crypto_comp_alg_common()
214 struct crypto_acomp *tfm) in acomp_request_set_tfm()
219 static inline bool acomp_is_async(struct crypto_acomp *tfm) in acomp_is_async()
237 static inline void crypto_free_acomp(struct crypto_acomp *tfm) in crypto_free_acomp()
270 struct crypto_acomp *tfm, size_t extra, gfp_t gfp) in acomp_request_alloc_extra_noprof()
306 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in acomp_request_extra()
[all …]
/linux-6.15/include/crypto/internal/
H A Dacompress.h46 int (*init)(struct crypto_acomp *tfm);
47 void (*exit)(struct crypto_acomp *tfm);
65 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()
156 static inline bool crypto_acomp_req_chain(struct crypto_acomp *tfm) in crypto_acomp_req_chain()
/linux-6.15/crypto/
H A Dacompress.c34 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()
61 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm()
73 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_init_tfm()
75 struct crypto_acomp *fb = NULL; in crypto_acomp_init_tfm()
138 .tfmsize = offsetof(struct crypto_acomp, base),
141 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
148 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
347 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in acomp_do_req_chain()
H A Dscompress.c180 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in scomp_acomp_comp_decomp()
334 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async()
H A Dtestmgr.c3323 static int test_acomp(struct crypto_acomp *tfm, in test_acomp()
3581 struct crypto_acomp *acomp; in alg_test_comp()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c62 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_generic_callback()
130 static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_init_tfm()
153 static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_exit_tfm()
167 struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq); in qat_comp_alg_compress_decompress()
/linux-6.15/net/xfrm/
H A Dxfrm_ipcomp.c31 struct crypto_acomp *tfm;
123 struct crypto_acomp *tfm; in ipcomp_setup_req()
/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c541 static int hisi_zip_acomp_init(struct crypto_acomp *tfm) in hisi_zip_acomp_init()
579 static void hisi_zip_acomp_exit(struct crypto_acomp *tfm) in hisi_zip_acomp_exit()
/linux-6.15/mm/
H A Dzswap.c147 struct crypto_acomp *acomp;
825 struct crypto_acomp *acomp = NULL; in zswap_cpu_comp_prepare()
887 struct crypto_acomp *acomp; in zswap_cpu_comp_dead()
/linux-6.15/kernel/power/
H A Dswap.c639 struct crypto_acomp *cc; /* crypto compressor */
1155 struct crypto_acomp *cc; /* crypto compressor */
/linux-6.15/fs/ubifs/
H A Dubifs.h838 struct crypto_acomp *cc;
/linux-6.15/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1681 static int iaa_comp_init_fixed(struct crypto_acomp *acomp_tfm) in iaa_comp_init_fixed()