Lines Matching refs:crypto_acomp
113 struct crypto_acomp { struct
146 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
164 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
167 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
178 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm()
180 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()
184 struct crypto_acomp *tfm) in crypto_comp_alg_common()
189 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm) in crypto_acomp_reqsize()
195 struct crypto_acomp *tfm) in acomp_request_set_tfm()
200 static inline bool acomp_is_async(struct crypto_acomp *tfm) in acomp_is_async()
206 static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req) in crypto_acomp_reqtfm()
218 static inline void crypto_free_acomp(struct crypto_acomp *tfm) in crypto_free_acomp()
232 static inline const char *crypto_acomp_alg_name(struct crypto_acomp *tfm) in crypto_acomp_alg_name()
237 static inline const char *crypto_acomp_driver_name(struct crypto_acomp *tfm) in crypto_acomp_driver_name()
251 struct crypto_acomp *tfm, size_t extra, gfp_t gfp) in acomp_request_alloc_extra_noprof()
287 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in acomp_request_extra()
546 char *buf, struct crypto_acomp *tfm) in acomp_request_on_stack_init()