Lines Matching defs:cryptd_req
220 struct ahash_request *cryptd_req = ahash_request_ctx(req);
222 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
231 struct ahash_request *cryptd_req = ahash_request_ctx(req);
238 memcpy(cryptd_req, req, sizeof(*req));
239 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
240 return crypto_ahash_update(cryptd_req);
242 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
249 struct ahash_request *cryptd_req = ahash_request_ctx(req);
256 memcpy(cryptd_req, req, sizeof(*req));
257 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
258 return crypto_ahash_final(cryptd_req);
260 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
269 struct ahash_request *cryptd_req = ahash_request_ctx(req);
274 memcpy(cryptd_req, req, sizeof(*req));
275 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
276 return crypto_ahash_digest(cryptd_req);
278 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
288 struct ahash_request *cryptd_req = ahash_request_ctx(req);
291 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
300 struct ahash_request *cryptd_req = ahash_request_ctx(req);
301 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);