Searched refs:ecc_ec_double (Results 1 – 3 of 3) sorted by relevance
64 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy);
131 ecc_ec_double(Sx, Sy, tempx, tempy); in doubleTest()
702 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy) in ecc_ec_double() function