Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h80 ATTRIBUTE_WARN_UNUSED_RET int curve_edwards_montgomery_check(ec_edwards_crv_src_t edwards_crv, ec_m…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_edwards.c360 int curve_edwards_montgomery_check(ec_edwards_crv_src_t e_crv, in curve_edwards_montgomery_check() function
545 ret = curve_edwards_montgomery_check(in_edwards->crv, montgomery_crv, alpha_edwards); EG(ret, err); in aff_pt_edwards_to_montgomery()
645 ret = curve_edwards_montgomery_check(edwards_crv, in_montgomery->crv, alpha); EG(ret, err); in aff_pt_montgomery_to_edwards()