Searched refs:curve_montgomery_to_shortw (Results 1 – 3 of 3) sorted by relevance
120 ATTRIBUTE_WARN_UNUSED_RET int curve_montgomery_to_shortw(ec_montgomery_crv_src_t montgomery_crv, ec…
294 int curve_montgomery_to_shortw(ec_montgomery_crv_src_t montgomery_crv, ec_shortw_crv_t shortw_crv) in curve_montgomery_to_shortw() function368 ret = curve_montgomery_to_shortw(montgomery_crv, &check); EG(ret, err); in curve_montgomery_shortw_check()
456 ret = curve_montgomery_to_shortw(&montgomery_crv, shortw_crv); in curve_edwards_to_shortw()