Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/curves/
H A Dprj_pt.c1958 aff_pt out_shortw_aff; in aff_pt_edwards_to_prj_pt_shortw() local
1960 out_shortw_aff.magic = one.magic = WORD(0); in aff_pt_edwards_to_prj_pt_shortw()
1985 …ret = aff_pt_edwards_to_shortw(in_edwards, shortw_crv, &out_shortw_aff, alpha_edwards); EG(ret, er… in aff_pt_edwards_to_prj_pt_shortw()
1987 ret = ec_shortw_aff_to_prj(out_shortw, &out_shortw_aff); in aff_pt_edwards_to_prj_pt_shortw()
1991 aff_pt_uninit(&out_shortw_aff); in aff_pt_edwards_to_prj_pt_shortw()
2065 aff_pt out_shortw_aff; in aff_pt_montgomery_to_prj_pt_shortw() local
2066 out_shortw_aff.magic = WORD(0); in aff_pt_montgomery_to_prj_pt_shortw()
2076 ret = aff_pt_montgomery_to_shortw(in_montgomery, shortw_crv, &out_shortw_aff); EG(ret, err); in aff_pt_montgomery_to_prj_pt_shortw()
2078 ret = ec_shortw_aff_to_prj(out_shortw, &out_shortw_aff); in aff_pt_montgomery_to_prj_pt_shortw()
2081 aff_pt_uninit(&out_shortw_aff); in aff_pt_montgomery_to_prj_pt_shortw()