Home
last modified time | relevance | path

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

/net-tools-3.5.0/tinydtls-0.8.2/ecc/
Decc.h64 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy);
Dtestecc.c131 ecc_ec_double(Sx, Sy, tempx, tempy); in doubleTest()
Decc.c702 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy) in ecc_ec_double() function