Searched refs:curve_edwards_to_montgomery (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt_edwards.c | 308 int curve_edwards_to_montgomery(ec_edwards_crv_src_t edwards_crv, in curve_edwards_to_montgomery() function 369 ret = curve_edwards_to_montgomery(e_crv, &check, alpha_edwards); EG(ret, err); in curve_edwards_montgomery_check() 455 ret = curve_edwards_to_montgomery(edwards_crv, &montgomery_crv, alpha_edwards); EG(ret, err); in curve_edwards_to_shortw() 476 ret = curve_edwards_to_montgomery(edwards_crv, &montgomery_crv, alpha_edwards); EG(ret, err); in curve_edwards_shortw_check() 716 …ret = curve_edwards_to_montgomery(in_edwards->crv, &inter_montgomery_crv, alpha_edwards); EG(ret, … in aff_pt_edwards_to_shortw() 745 ret = curve_edwards_to_montgomery(edwards_crv, &inter_montgomery_crv, alpha_edwards); EG(ret, err); in aff_pt_shortw_to_edwards()
|
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 79 ATTRIBUTE_WARN_UNUSED_RET int curve_edwards_to_montgomery(ec_edwards_crv_src_t edwards_crv, ec_mont…
|