Searched refs:crypto_acomp (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/include/crypto/ |
D | acompress.h | 47 struct crypto_acomp { struct 80 int (*init)(struct crypto_acomp *tfm); 81 void (*exit)(struct crypto_acomp *tfm); 107 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, 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_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm() 140 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm() 143 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg() 148 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm) in crypto_acomp_reqsize() [all …]
|
/Linux-v6.1/crypto/ |
D | acompress.c | 54 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()
|
D | scompress.c | 122 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in scomp_acomp_comp_decomp() 189 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async() 215 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx() 234 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx()
|
D | testmgr.c | 3324 static int test_acomp(struct crypto_acomp *tfm, in test_acomp() 3610 struct crypto_acomp *acomp; in alg_test_comp()
|
/Linux-v6.1/include/crypto/internal/ |
D | acompress.h | 21 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()
|
/Linux-v6.1/drivers/crypto/hisilicon/zip/ |
D | zip_crypto.c | 700 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()
|
/Linux-v6.1/mm/ |
D | zswap.c | 143 struct crypto_acomp *acomp; 464 struct crypto_acomp *acomp; in zswap_cpu_comp_prepare()
|