Searched refs:crypto_acomp (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/crypto/ |
| H A D | acompress.h | 125 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 D | acompress.h | 46 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 D | acompress.c | 34 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 D | scompress.c | 180 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 D | testmgr.c | 3323 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 D | qat_comp_algs.c | 62 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 D | xfrm_ipcomp.c | 31 struct crypto_acomp *tfm; 123 struct crypto_acomp *tfm; in ipcomp_setup_req()
|
| /linux-6.15/drivers/crypto/hisilicon/zip/ |
| H A D | zip_crypto.c | 541 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 D | zswap.c | 147 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 D | swap.c | 639 struct crypto_acomp *cc; /* crypto compressor */ 1155 struct crypto_acomp *cc; /* crypto compressor */
|
| /linux-6.15/fs/ubifs/ |
| H A D | ubifs.h | 838 struct crypto_acomp *cc;
|
| /linux-6.15/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_main.c | 1681 static int iaa_comp_init_fixed(struct crypto_acomp *acomp_tfm) in iaa_comp_init_fixed()
|