Home | History | Annotate | Download | only in ssl

Lines Matching refs:ngroup

1807 		EC_GROUP *ngroup;
1842 ngroup = EC_GROUP_new_by_curve_name(curve_nid);
1843 if (ngroup == NULL)
1848 if (EC_KEY_set_group(ecdh, ngroup) == 0)
1853 EC_GROUP_free(ngroup);