Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dacompress.h51 struct crypto_acomp { struct
85 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
103 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
106 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
119 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()
123 struct crypto_acomp *tfm) in crypto_comp_alg_common()
128 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm) in crypto_acomp_reqsize()
134 struct crypto_acomp *tfm) in acomp_request_set_tfm()
139 static inline bool acomp_is_async(struct crypto_acomp *tfm) in acomp_is_async()
157 static inline void crypto_free_acomp(struct crypto_acomp *tfm) in crypto_free_acomp()
[all …]
/linux/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()
108 .tfmsize = offsetof(struct crypto_acomp, base),
111 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
118 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
126 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc()
141 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()
210 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async()
236 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx()
255 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx()
H A Dtestmgr.c3400 static int test_acomp(struct crypto_acomp *tfm, in test_acomp()
3686 struct crypto_acomp *acomp; in alg_test_comp()
/linux/include/crypto/internal/
H A Dacompress.h41 int (*init)(struct crypto_acomp *tfm);
42 void (*exit)(struct crypto_acomp *tfm);
60 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()
71 static inline struct acomp_req *__acomp_request_alloc_noprof(struct crypto_acomp *tfm) in __acomp_request_alloc_noprof()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c72 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_resubmit()
109 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_generic_callback()
192 static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_init_tfm()
215 static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_exit_tfm()
229 struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq); in qat_comp_alg_compress_decompress()
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c538 static int hisi_zip_acomp_init(struct crypto_acomp *tfm) in hisi_zip_acomp_init()
576 static void hisi_zip_acomp_exit(struct crypto_acomp *tfm) in hisi_zip_acomp_exit()
/linux/mm/
H A Dzswap.c144 struct crypto_acomp *acomp;
839 struct crypto_acomp *acomp; in zswap_cpu_comp_prepare()
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1791 static int iaa_comp_init_fixed(struct crypto_acomp *acomp_tfm) in iaa_comp_init_fixed()