Lines Matching refs:req
29 struct ahash_request req;
39 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req));
57 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req));
81 err = crypto_wait_req(crypto_ahash_init(&ctx->req), &ctx->wait);
100 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, NULL, len);
102 err = crypto_wait_req(crypto_ahash_update(&ctx->req),
120 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0);
121 err = crypto_wait_req(crypto_ahash_final(&ctx->req),
153 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, ctx->result, size);
157 err = crypto_ahash_finup(&ctx->req);
159 err = crypto_ahash_digest(&ctx->req);
162 err = crypto_ahash_init(&ctx->req);
168 err = crypto_ahash_update(&ctx->req);
189 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req));
204 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0);
207 err = crypto_wait_req(crypto_ahash_init(&ctx->req),
215 err = crypto_wait_req(crypto_ahash_final(&ctx->req),
236 struct ahash_request *req = &ctx->req;
246 err = more ? crypto_ahash_export(req, state) : 0;
264 err = crypto_ahash_import(&ctx2->req, state);
437 ahash_request_set_tfm(&ctx->req, tfm);
438 ahash_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG,