Lines Matching refs:child_req
104 struct akcipher_request child_req;
186 len = req_ctx->child_req.dst_len;
259 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
260 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
264 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,
267 err = crypto_akcipher_encrypt(&req_ctx->child_req);
287 dst_len = req_ctx->child_req.dst_len;
358 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
359 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
363 akcipher_request_set_crypt(&req_ctx->child_req, req->src,
367 err = crypto_akcipher_decrypt(&req_ctx->child_req);
416 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
417 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
421 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,
424 err = crypto_akcipher_decrypt(&req_ctx->child_req);
449 dst_len = req_ctx->child_req.dst_len;
548 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
549 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
553 akcipher_request_set_crypt(&req_ctx->child_req, req->src,
556 err = crypto_akcipher_encrypt(&req_ctx->child_req);