Home
last modified time | relevance | path

Searched refs:crypto_acomp (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dacompress.h37 * struct crypto_acomp - user-instantiated objects which encapsulate
47 struct crypto_acomp { struct
80 int (*init)(struct crypto_acomp *tfm);
81 void (*exit)(struct crypto_acomp *tfm);
101 * crypto_acomp is the handle that is required for any subsequent
107 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
119 * The returned struct crypto_acomp is the handle that is required for any
125 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
128 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
138 static inline struct crypto_acomp *__crypto_acomp_tf
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dacompress.h41 * struct crypto_acomp - user-instantiated objects which encapsulate
51 struct crypto_acomp { struct
103 * crypto_acomp is the handle that is required for any subsequent
109 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
121 * The returned struct crypto_acomp is the handle that is required for any
127 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
130 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
141 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm()
143 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()
147 struct crypto_acomp *tf in crypto_comp_alg_common()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dacompress.c54 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm()
62 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_init_tfm()
102 .tfmsize = offsetof(struct crypto_acomp, base),
105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
112 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
120 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc()
135 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in acomp_request_free()
H A Dscompress.c122 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in scomp_acomp_comp_decomp()
195 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async()
221 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx()
240 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx()
H A Dtestmgr.c3289 static int test_acomp(struct crypto_acomp *tfm, in test_acomp()
3546 struct crypto_acomp *acomp; in alg_test_comp()
/kernel/linux/linux-6.6/crypto/
H A Dacompress.c31 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()
58 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm()
66 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_init_tfm()
137 .tfmsize = offsetof(struct crypto_acomp, base),
140 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
147 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
155 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc()
170 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in acomp_request_free()
H A Dscompress.c115 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in scomp_acomp_comp_decomp()
188 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async()
214 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx()
233 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx()
H A Dtestmgr.c3404 static int test_acomp(struct crypto_acomp *tfm, in test_acomp()
3690 struct crypto_acomp *acomp; in alg_test_comp()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dacompress.h42 int (*init)(struct crypto_acomp *tfm);
43 void (*exit)(struct crypto_acomp *tfm);
61 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()
72 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dacompress.h21 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()
32 static inline const char *acomp_alg_name(struct crypto_acomp *tfm) in acomp_alg_name()
37 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c81 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_resubmit()
181 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_generic_callback()
264 static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_init_tfm()
287 static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_exit_tfm()
296 static int qat_comp_alg_rfc1950_init_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_rfc1950_init_tfm()
313 struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq); in qat_comp_alg_compress_decompress()
418 struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(req); in qat_comp_alg_rfc1950_decompress()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c394 static int hisi_zip_acomp_init(struct crypto_acomp *tfm) in hisi_zip_acomp_init()
432 static void hisi_zip_acomp_exit(struct crypto_acomp *tfm) in hisi_zip_acomp_exit()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c700 static int hisi_zip_acomp_init(struct crypto_acomp *tfm) in hisi_zip_acomp_init()
738 static void hisi_zip_acomp_exit(struct crypto_acomp *tfm) in hisi_zip_acomp_exit()
/kernel/linux/linux-6.6/mm/
H A Dzswap.c152 struct crypto_acomp *acomp;
493 struct crypto_acomp *acomp; in zswap_cpu_comp_prepare()

Completed in 21 milliseconds