ec_encode_scalar
if (!ec_encode_scalar(group, group->a, a, ctx))
if (!ec_encode_scalar(group, group->b, b, ctx))
if (!ec_encode_scalar(group, point->X, x, ctx))
if (!ec_encode_scalar(group, point->Y, y, ctx))
if (!ec_encode_scalar(group, point->Z, BN_value_one(), ctx))
if (!ec_encode_scalar(group, one, BN_value_one(), ctx))