Searched refs:aff_pt_edwards_x_from_y (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 92 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 D | aff_pt_edwards.c | 816 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 D | eddsa.c | 497 …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()
|