Lines Matching refs:param_nid
38 int param_nid;
100 dctx->param_nid = sctx->param_nid;
155 if (p1 < 1 || p1 > 3 || dctx->param_nid != NID_undef)
157 dctx->param_nid = p1;
161 if (p1 <= 0 || dctx->param_nid != NID_undef)
163 dctx->param_nid = p1;
239 dctx->param_nid = id;
250 dctx->param_nid = nid;
333 * RFC_5114 is also handled here for param_nid = (1..3)
335 if (dctx->param_nid != NID_undef) {
336 int type = dctx->param_nid <= 3 ? EVP_PKEY_DHX : EVP_PKEY_DH;
338 if ((dh = DH_new_by_nid(dctx->param_nid)) == NULL)
381 if (ctx->pkey == NULL && dctx->param_nid == NID_undef) {
385 if (dctx->param_nid != NID_undef)
386 dh = DH_new_by_nid(dctx->param_nid);