Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dacompress.h52 struct crypto_acomp { struct
85 int (*init)(struct crypto_acomp *tfm);
86 void (*exit)(struct crypto_acomp *tfm);
112 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
115 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
125 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm()
127 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()
130 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg()
135 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm) in crypto_acomp_reqsize()
141 struct crypto_acomp *tfm) in acomp_request_set_tfm()
[all …]
/Linux-v4.19/crypto/
Dacompress.c63 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm()
71 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_init_tfm()
111 .tfmsize = offsetof(struct crypto_acomp, base),
114 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
121 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc()
136 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in acomp_request_free()
Dscompress.c145 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in scomp_acomp_comp_decomp()
212 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async()
238 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx()
257 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx()
Dtestmgr.c1485 static int test_acomp(struct crypto_acomp *tfm, in test_acomp()
1793 struct crypto_acomp *acomp; in alg_test_comp()
/Linux-v4.19/include/crypto/internal/
Dacompress.h26 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()
37 static inline const char *acomp_alg_name(struct crypto_acomp *tfm) in acomp_alg_name()
42 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc()