ec_field_element_from_bn
int ec_field_element_from_bn(const EC_FIELD_MODULUS *fm, const EC_GROUP *group,
if (!ec_field_element_from_bn(&group->fm, group, &point->fe_x, point->X, ctx))
if (!ec_field_element_from_bn(&group->fm, group, &point->fe_y, point->Y, ctx))
if (!ec_field_element_from_bn(&group->fm, group, &point->fe_z, point->Z, ctx))
if (!ec_field_element_from_bn(&group->fm, group, &group->fe_a, group->a, ctx))
if (!ec_field_element_from_bn(&group->fm, group, &group->fe_b, group->b, ctx))