Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/curves/
H A Daff_pt_edwards.c710 aff_pt_montgomery inter_montgomery; in aff_pt_edwards_to_shortw() local
712 inter_montgomery.magic = inter_montgomery_crv.magic = WORD(0); 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()
720 ret = aff_pt_montgomery_to_shortw(&inter_montgomery, shortw_crv, out_shortw); in aff_pt_edwards_to_shortw()
723 aff_pt_montgomery_uninit(&inter_montgomery); in aff_pt_edwards_to_shortw()
740 aff_pt_montgomery inter_montgomery; in aff_pt_shortw_to_edwards() local
742 inter_montgomery.magic = inter_montgomery_crv.magic = WORD(0); 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()
749 ret = aff_pt_montgomery_to_edwards(&inter_montgomery, edwards_crv, out_edwards, alpha_edwards); in aff_pt_shortw_to_edwards()
752 aff_pt_montgomery_uninit(&inter_montgomery); in aff_pt_shortw_to_edwards()