curve_montgomery_shortw_check
ATTRIBUTE_WARN_UNUSED_RET int curve_montgomery_shortw_check(ec_montgomery_crv_src_t montgomery_crv, ec_shortw_crv_src_t shortw_crv);
ret = curve_montgomery_shortw_check(&montgomery_crv, shortw_crv);
ret = curve_montgomery_shortw_check(in_montgomery->crv, shortw_crv); EG(ret, err);
ret = curve_montgomery_shortw_check(montgomery_crv, in_shortw->crv); EG(ret, err);
ret = curve_montgomery_shortw_check(in_montgomery->crv, shortw_crv); EG(ret, err);
ret = curve_montgomery_shortw_check(montgomery_crv, in_shortw->crv); EG(ret, err);