Searched refs:curve_shortw_to_montgomery (Results 1 – 4 of 4) sorted by relevance
123 ATTRIBUTE_WARN_UNUSED_RET int curve_shortw_to_montgomery(ec_shortw_crv_src_t shortw_crv, ec_montgom…
211 ret = curve_shortw_to_montgomery(shortw_curve, &montgomery_curve, alpha_montgomery, in x25519_448_core()
391 int curve_shortw_to_montgomery(ec_shortw_crv_src_t shortw_crv, in curve_shortw_to_montgomery() function
501 …ret = curve_shortw_to_montgomery(shortw_crv, &montgomery_crv, alpha_montgomery, gamma_montgomery);… in curve_shortw_to_edwards()