Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/ecc/
Decc.c447 void static ec_add(const uint32_t *px, const uint32_t *py, const uint32_t *qx, const uint32_t *qy, … in ec_add() function
506 ec_add(Qx, Qy, px, py, tempx, tempy); //eccAdd in ecc_ec_mult()
625 ec_add(tmp1_x, tmp1_y, tmp2_x, tmp2_y, tmp3_x, tmp3_y); in ecc_ecdsa_validate()
700 ec_add(px, py, qx, qy, Sx, Sy); in ecc_ec_add()