Lines Matching refs:p1
373 static int pkey_rsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
379 if ((p1 >= RSA_PKCS1_PADDING) && (p1 <= RSA_PKCS1_PSS_PADDING))
381 if (!check_padding_md(rctx->md, p1))
383 if (p1 == RSA_PKCS1_PSS_PADDING)
391 if (p1 == RSA_PKCS1_OAEP_PADDING)
398 rctx->pad_mode = p1;
407 if (p1 < -2)
414 rctx->saltlen = p1;
418 if (p1 < 256)
423 rctx->nbits = p1;