Home | History | Annotate | Download | only in ssl

Lines Matching refs:srvr_ecpoint

969 	const EC_POINT *srvr_ecpoint = NULL;
1290 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1292 if ((srvr_group == NULL) || (srvr_ecpoint == NULL))
1351 n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL);