Lines Matching defs:cryptd_req
203 struct ahash_request *cryptd_req = ahash_request_ctx(req);
205 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
214 struct ahash_request *cryptd_req = ahash_request_ctx(req);
221 memcpy(cryptd_req, req, sizeof(*req));
222 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
223 return crypto_ahash_update(cryptd_req);
225 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
232 struct ahash_request *cryptd_req = ahash_request_ctx(req);
239 memcpy(cryptd_req, req, sizeof(*req));
240 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
241 return crypto_ahash_final(cryptd_req);
243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
252 struct ahash_request *cryptd_req = ahash_request_ctx(req);
257 memcpy(cryptd_req, req, sizeof(*req));
258 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
259 return crypto_ahash_digest(cryptd_req);
261 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
271 struct ahash_request *cryptd_req = ahash_request_ctx(req);
274 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
283 struct ahash_request *cryptd_req = ahash_request_ctx(req);
284 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);