Home | History | Annotate | Download | only in ssl

Lines Matching refs:srvr_ecpoint

1359 	EC_POINT *srvr_ecpoint = NULL;
1742 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1753 (EC_POINT_oct2point(group, srvr_ecpoint,
1778 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1783 EC_POINT_free(srvr_ecpoint);
1784 srvr_ecpoint = NULL;
1929 EC_POINT_free(srvr_ecpoint);
2309 const EC_POINT *srvr_ecpoint = NULL;
2642 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2644 if ((srvr_group == NULL) || (srvr_ecpoint == NULL))
2703 n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL);