Searched refs:child_req (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Drsa-pkcs1pad.c127 struct akcipher_request child_req; member in struct:pkcs1pad_request
209 len = req_ctx->child_req.dst_len;
282 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
283 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
287 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,
290 err = crypto_akcipher_encrypt(&req_ctx->child_req);
310 dst_len = req_ctx->child_req.dst_len;
381 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
382 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,
386 akcipher_request_set_crypt(&req_ctx->child_req, re
[all...]

Completed in 90 milliseconds