Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h120 ATTRIBUTE_WARN_UNUSED_RET int curve_montgomery_to_shortw(ec_montgomery_crv_src_t montgomery_crv, ec…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_montgomery.c294 int curve_montgomery_to_shortw(ec_montgomery_crv_src_t montgomery_crv, ec_shortw_crv_t shortw_crv) in curve_montgomery_to_shortw() function
368 ret = curve_montgomery_to_shortw(montgomery_crv, &check); EG(ret, err); in curve_montgomery_shortw_check()
H A Daff_pt_edwards.c456 ret = curve_montgomery_to_shortw(&montgomery_crv, shortw_crv); in curve_edwards_to_shortw()