Home
last modified time | relevance | path

Searched refs:curve_shortw_to_edwards (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h86 ATTRIBUTE_WARN_UNUSED_RET int curve_shortw_to_edwards(ec_shortw_crv_src_t shortw_crv, ec_edwards_cr…
/freebsd/crypto/libecc/src/sig/
H A Deddsa.c915 ret = curve_shortw_to_edwards(shortw_curve, &edwards_curve, alpha_montgomery,
1010 ret = curve_shortw_to_edwards(shortw_curve, &edwards_curve, alpha_montgomery,
1438 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
1787 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
2005 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
2432 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
2768 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_edwards.c491 int curve_shortw_to_edwards(ec_shortw_crv_src_t shortw_crv, in curve_shortw_to_edwards() function