Lines Matching refs:child_req
104 struct akcipher_request child_req;
186 len = req_ctx->child_req.dst_len;
260 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
261 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
265 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,
268 err = crypto_akcipher_encrypt(&req_ctx->child_req);
288 dst_len = req_ctx->child_req.dst_len;
360 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
361 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
365 akcipher_request_set_crypt(&req_ctx->child_req, req->src,
369 err = crypto_akcipher_decrypt(&req_ctx->child_req);
418 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
419 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
423 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,
426 err = crypto_akcipher_decrypt(&req_ctx->child_req);
449 dst_len = req_ctx->child_req.dst_len;
549 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
550 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
554 akcipher_request_set_crypt(&req_ctx->child_req, req->src,
558 err = crypto_akcipher_encrypt(&req_ctx->child_req);