Lines Matching refs:crypto_acomp
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()
154 struct crypto_acomp *tfm) in acomp_request_set_tfm()
159 static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req) in crypto_acomp_reqtfm()
169 static inline void crypto_free_acomp(struct crypto_acomp *tfm) in crypto_free_acomp()
190 struct acomp_req *acomp_request_alloc(struct crypto_acomp *tfm);
261 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in crypto_acomp_compress()
283 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in crypto_acomp_decompress()