Searched refs:curve_shortw_to_edwards (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 86 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 D | eddsa.c | 915 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 D | aff_pt_edwards.c | 491 int curve_shortw_to_edwards(ec_shortw_crv_src_t shortw_crv, in curve_shortw_to_edwards() function
|