Searched refs:aff_pt_y_from_x (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 41 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 D | aff_pt.c | 102 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 D | libecc_wycheproof.c | 517 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 D | bip0340.c | 938 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 D | ecdsa_common.c | 959 ret = aff_pt_y_from_x(&(uG.X), &(uG.Y), &(uG.Z), &(params->ec_curve)); in __ecdsa_public_key_from_sig()
|