Searched refs:ecc_ec_mult (Results 1 – 3 of 3) sorted by relevance
/net-tools-latest/tinydtls-0.8.2/ecc/ |
D | testecc.c | 140 ecc_ec_mult(Sx, Sy, secret, tempx, tempy); in multTest() 160 ecc_ec_mult(BasePointx, BasePointy, secretA, tempx, tempy); in eccdhTest() 161 ecc_ec_mult(BasePointx, BasePointy, secretB, tempBx1, tempBy1); in eccdhTest() 163 ecc_ec_mult(tempBx1, tempBy1, secretA, tempAx2, tempAy2); in eccdhTest() 164 ecc_ec_mult(tempx, tempy, secretB, tempBx2, tempBy2); in eccdhTest() 177 ecc_ec_mult(BasePointx, BasePointy, ecdsaTestSecret, pub_x, pub_y); in ecdsaTest()
|
D | ecc.h | 47 void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx,… 50 ecc_ec_mult(px, py, secret, resultx, resulty); in ecc_ecdh() 58 ecc_ec_mult(ecc_g_point_x, ecc_g_point_y, priv_key, pub_x, pub_y); in ecc_gen_pub_key()
|
D | ecc.c | 491 void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx,… in ecc_ec_mult() function 544 ecc_ec_mult(ecc_g_point_x, ecc_g_point_y, k, r, tmp1); in ecc_ecdsa_sign() 619 ecc_ec_mult(ecc_g_point_x, ecc_g_point_y, u1, tmp1_x, tmp1_y); in ecc_ecdsa_validate() 622 ecc_ec_mult(x, y, u2, tmp2_x, tmp2_y); in ecc_ecdsa_validate()
|