Searched refs:ecc_fieldModO (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.5.0/tinydtls-0.8.2/ecc/ |
D | testfield.c | 174 ecc_fieldModO(temp2, temp, arrayLength * 2); in fieldModOTest() 177 ecc_fieldModO(one64, temp, arrayLength * 2); in fieldModOTest() 181 ecc_fieldModO(temp2, temp, arrayLength * 2); in fieldModOTest()
|
D | ecc.h | 75 void ecc_fieldModO(const uint32_t *A, uint32_t *result, uint8_t length);
|
D | ecc.c | 665 void ecc_fieldModO(const uint32_t *A, uint32_t *result, uint8_t length) in ecc_fieldModO() function
|