Searched refs:child_req (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | rsa-pkcs1pad.c | 106 struct akcipher_request child_req; member 188 len = req_ctx->child_req.dst_len; in pkcs1pad_encrypt_sign_complete() 273 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt() 274 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 278 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg, in pkcs1pad_encrypt() 281 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt() 301 dst_len = req_ctx->child_req.dst_len; in pkcs1pad_decrypt_complete() 374 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt() 375 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt() 379 akcipher_request_set_crypt(&req_ctx->child_req, req->src, in pkcs1pad_decrypt() [all …]
|