Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h85 ATTRIBUTE_WARN_UNUSED_RET int curve_edwards_shortw_check(ec_edwards_crv_src_t edwards_crv, ec_short…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_edwards.c468 int curve_edwards_shortw_check(ec_edwards_crv_src_t edwards_crv, in curve_edwards_shortw_check() function
H A Dprj_pt.c1964 ret = curve_edwards_shortw_check(in_edwards->crv, shortw_crv, alpha_edwards); EG(ret, err); in aff_pt_edwards_to_prj_pt_shortw()
2015 ret = curve_edwards_shortw_check(edwards_crv, in_shortw->crv, alpha_edwards); EG(ret, err); in prj_pt_shortw_to_aff_pt_edwards()