Home | History | Annotate | Download | only in rsa

Lines Matching refs:p2

470 static int pkey_rsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
504 *(int *)p2 = rctx->pad_mode;
515 *(int *)p2 = rctx->saltlen;
534 if (!p2)
536 rctx->pub_exp = p2;
540 if (!check_padding_md(p2, rctx->pad_mode))
542 rctx->md = p2;
555 *(const EVP_MD **)p2 = rctx->mgf1md;
557 *(const EVP_MD **)p2 = rctx->md;
560 rctx->mgf1md = p2;
573 if (p2)
574 CMS_RecipientInfo_ktri_get0_algs(p2, NULL, NULL, &alg);