Searched refs:Dy (Results 1 – 2 of 2) sorted by relevance
/net-tools-latest/tinydtls-0.8.2/ecc/ |
D | ecc.c | 411 void static ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy){ in ec_double() argument 419 copy(py, Dy,arrayLength); in ec_double() 444 fieldSub(tempC, py, ecc_prime_m, Dy); //Dy = lambda * (qx-dx) - px in ec_double() 702 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy) in ecc_ec_double() argument 704 ec_double(px, py, Dx, Dy); in ecc_ec_double()
|
D | ecc.h | 64 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy);
|