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) {
EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);