EC_GROUP_new_curve_GF2m
ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL);
if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL) {
group = EC_GROUP_new_curve_GF2m(p, a, b, NULL);
EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx)))
if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx)))
if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx)))
|| !TEST_ptr(g2 = (is_binary) ? EC_GROUP_new_curve_GF2m(g1_p, g1_a, g1_b, ctx) : EC_GROUP_new_curve_GFp(g1_p, g1_a, g1_b, ctx))
if (!TEST_ptr(altgroup = EC_GROUP_new_curve_GF2m(p, a, b, ctx)))
|| !TEST_true(group = EC_GROUP_new_curve_GF2m(p, a, b, ctx))
if (!TEST_ptr(group = EC_GROUP_new_curve_GF2m(p, a, b, ctx))