Searched refs:Dx (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 418 copy(px, Dx,arrayLength); in ec_double() 439 fieldSub(tempA, px, ecc_prime_m, Dx); //lambda^2 - Px - Qx in ec_double() 441 fieldSub(px, Dx, ecc_prime_m, tempA); //tempA = qx-dx 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);
|