Lines Matching refs:crypto_acomp
37 * struct crypto_acomp - user-instantiated objects which encapsulate
47 struct crypto_acomp {
80 int (*init)(struct crypto_acomp *tfm);
81 void (*exit)(struct crypto_acomp *tfm);
101 * crypto_acomp is the handle that is required for any subsequent
107 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
119 * The returned struct crypto_acomp is the handle that is required for any
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)
138 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm)
140 return container_of(tfm, struct crypto_acomp, base);
143 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm)
148 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm)
154 struct crypto_acomp *tfm)
159 static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req)
171 static inline void crypto_free_acomp(struct crypto_acomp *tfm)
192 struct acomp_req *acomp_request_alloc(struct crypto_acomp *tfm);
263 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
285 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);