EC_GROUP_new_curve_GFp
ret = EC_GROUP_new_curve_GFp(p, a, b, NULL);
if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL) {
EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);