Lines Matching defs:cryptd_req
183 struct ahash_request *cryptd_req = ahash_request_ctx(req);
185 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
194 struct ahash_request *cryptd_req = ahash_request_ctx(req);
201 memcpy(cryptd_req, req, sizeof(*req));
202 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
203 return crypto_ahash_update(cryptd_req);
205 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
212 struct ahash_request *cryptd_req = ahash_request_ctx(req);
219 memcpy(cryptd_req, req, sizeof(*req));
220 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
221 return crypto_ahash_final(cryptd_req);
223 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
230 struct ahash_request *cryptd_req = ahash_request_ctx(req);
231 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
242 struct ahash_request *cryptd_req = ahash_request_ctx(req);
243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
255 struct ahash_request *cryptd_req = ahash_request_ctx(req);
260 memcpy(cryptd_req, req, sizeof(*req));
261 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
262 return crypto_ahash_digest(cryptd_req);
264 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);