Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h126 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_shortw(aff_pt_montgomery_src_t in_montgomery, ec…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_montgomery.c445 int aff_pt_montgomery_to_shortw(aff_pt_montgomery_src_t in_montgomery, in aff_pt_montgomery_to_shortw() function
H A Daff_pt_edwards.c720 ret = aff_pt_montgomery_to_shortw(&inter_montgomery, shortw_crv, out_shortw); in aff_pt_edwards_to_shortw()
H A Dprj_pt.c2076 ret = aff_pt_montgomery_to_shortw(in_montgomery, shortw_crv, &out_shortw_aff); EG(ret, err); in aff_pt_montgomery_to_prj_pt_shortw()