Home
last modified time | relevance | path

Searched refs:aff_pt_y_from_x (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h41 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_y_from_x(fp_t y1, fp_t y2, fp_src_t x, ec_shortw_crv_src_t cur…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt.c102 int aff_pt_y_from_x(fp_t y1, fp_t y2, fp_src_t x, ec_shortw_crv_src_t curve) in aff_pt_y_from_x() function
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c517 ret = aff_pt_y_from_x(&tmp, &x, &x, &(params->ec_curve)); EG(ret, err); in uncompress_ecc_point()
/freebsd/crypto/libecc/src/sig/
H A Dbip0340.c938 ret = aff_pt_y_from_x(&(R->Y), &(R->Z), &rx, shortw_curve); EG(ret, err); in _bip0340_verify_batch_no_memory()
1193 ret = aff_pt_y_from_x(&(R->Y), &(R->Z), &rx, shortw_curve); EG(ret, err); in _bip0340_verify_batch()
H A Decdsa_common.c959 ret = aff_pt_y_from_x(&(uG.X), &(uG.Y), &(uG.Z), &(params->ec_curve)); in __ecdsa_public_key_from_sig()