Lines Matching defs:cryptd_req
164 struct ahash_request *cryptd_req = ahash_request_ctx(req);
166 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
175 struct ahash_request *cryptd_req = ahash_request_ctx(req);
182 memcpy(cryptd_req, req, sizeof(*req));
183 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
184 return crypto_ahash_update(cryptd_req);
186 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
193 struct ahash_request *cryptd_req = ahash_request_ctx(req);
200 memcpy(cryptd_req, req, sizeof(*req));
201 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
202 return crypto_ahash_final(cryptd_req);
204 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
211 struct ahash_request *cryptd_req = ahash_request_ctx(req);
212 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
223 struct ahash_request *cryptd_req = ahash_request_ctx(req);
224 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
236 struct ahash_request *cryptd_req = ahash_request_ctx(req);
241 memcpy(cryptd_req, req, sizeof(*req));
242 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
243 return crypto_ahash_digest(cryptd_req);
245 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);