Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/curves/
H A Daff_pt_edwards.c711 ec_montgomery_crv inter_montgomery_crv; in aff_pt_edwards_to_shortw() local
712 inter_montgomery.magic = inter_montgomery_crv.magic = WORD(0); in aff_pt_edwards_to_shortw()
716 …ret = curve_edwards_to_montgomery(in_edwards->crv, &inter_montgomery_crv, alpha_edwards); EG(ret, … in aff_pt_edwards_to_shortw()
717 …ret = aff_pt_edwards_to_montgomery(in_edwards, &inter_montgomery_crv, &inter_montgomery, alpha_edw… in aff_pt_edwards_to_shortw()
724 ec_montgomery_crv_uninit(&inter_montgomery_crv); in aff_pt_edwards_to_shortw()
741 ec_montgomery_crv inter_montgomery_crv; in aff_pt_shortw_to_edwards() local
742 inter_montgomery.magic = inter_montgomery_crv.magic = WORD(0); in aff_pt_shortw_to_edwards()
745 ret = curve_edwards_to_montgomery(edwards_crv, &inter_montgomery_crv, alpha_edwards); EG(ret, err); in aff_pt_shortw_to_edwards()
746 …ret = aff_pt_shortw_to_montgomery(in_shortw, &inter_montgomery_crv, &inter_montgomery); EG(ret, er… in aff_pt_shortw_to_edwards()
753 ec_montgomery_crv_uninit(&inter_montgomery_crv); in aff_pt_shortw_to_edwards()