Home
last modified time | relevance | path

Searched refs:curve_shortw_to_montgomery (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h123 ATTRIBUTE_WARN_UNUSED_RET int curve_shortw_to_montgomery(ec_shortw_crv_src_t shortw_crv, ec_montgom…
/freebsd/crypto/libecc/src/ecdh/
H A Dx25519_448.c211 ret = curve_shortw_to_montgomery(shortw_curve, &montgomery_curve, alpha_montgomery, in x25519_448_core()
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_montgomery.c391 int curve_shortw_to_montgomery(ec_shortw_crv_src_t shortw_crv, in curve_shortw_to_montgomery() function
H A Daff_pt_edwards.c501 …ret = curve_shortw_to_montgomery(shortw_crv, &montgomery_crv, alpha_montgomery, gamma_montgomery);… in curve_shortw_to_edwards()