Searched refs:child_req (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | rsa-pkcs1pad.c | 104 struct akcipher_request child_req; member 186 len = req_ctx->child_req.dst_len; in pkcs1pad_encrypt_sign_complete() 260 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt() 261 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 265 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg, in pkcs1pad_encrypt() 268 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt() 288 dst_len = req_ctx->child_req.dst_len; in pkcs1pad_decrypt_complete() 360 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt() 361 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt() 365 akcipher_request_set_crypt(&req_ctx->child_req, re in pkcs1pad_decrypt() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | rsa-pkcs1pad.c | 104 struct akcipher_request child_req; member 186 len = req_ctx->child_req.dst_len; in pkcs1pad_encrypt_sign_complete() 259 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt() 260 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 264 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg, in pkcs1pad_encrypt() 267 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt() 287 dst_len = req_ctx->child_req.dst_len; in pkcs1pad_decrypt_complete() 358 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt() 359 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt() 363 akcipher_request_set_crypt(&req_ctx->child_req, re in pkcs1pad_decrypt() [all...] |
Completed in 2 milliseconds