Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h92 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_x_from_y(fp_t x1, fp_t x2, fp_src_t y, ec_edwards_crv_…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_edwards.c816 int aff_pt_edwards_x_from_y(fp_t x1, fp_t x2, fp_src_t y, ec_edwards_crv_src_t crv) in aff_pt_edwards_x_from_y() function
/freebsd/crypto/libecc/src/sig/
H A Deddsa.c497 …ret = aff_pt_edwards_x_from_y(&sqrt1, &sqrt2, &y, &edwards_curve_edwards448); EG(ret, err); /* Err… in eddsa_decode_point()
504 …ret = aff_pt_edwards_x_from_y(&sqrt1, &sqrt2, &y, edwards_curve); EG(ret, err); /* Error or no squ… in eddsa_decode_point()