Lines Matching refs:crypto_acomp
41 * struct crypto_acomp - user-instantiated objects which encapsulate
51 struct crypto_acomp {
103 * crypto_acomp is the handle that is required for any subsequent
109 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
121 * The returned struct crypto_acomp is the handle that is required for any
127 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
130 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm)
141 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm)
143 return container_of(tfm, struct crypto_acomp, base);
147 struct crypto_acomp *tfm)
152 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm)
158 struct crypto_acomp *tfm)
163 static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req)
175 static inline void crypto_free_acomp(struct crypto_acomp *tfm)
196 struct acomp_req *acomp_request_alloc(struct crypto_acomp *tfm);
290 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
316 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);