Home | History | Annotate | Download | only in ssl

Lines Matching refs:ecdh

1154 	EC_KEY *ecdh = NULL;
1379 * ephemeral ECDH public key. Check curve is one of
1397 if ((ecdh=EC_KEY_new()) == NULL)
1408 if (EC_KEY_set_group(ecdh, ngroup) == 0)
1415 group = EC_KEY_get0_group(ecdh);
1449 /* else anonymous ECDH, so no certificate or pkey. */
1450 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1451 s->session->sess_cert->peer_ecdh_tmp=ecdh;
1452 ecdh=NULL;
1571 if (ecdh != NULL)
1572 EC_KEY_free(ecdh);
2143 /* Generate a new ECDH key pair */
2150 /* use the 'p' output buffer for the ECDH key, but