Searched refs:ecc_fieldModP (Results 1 – 3 of 3) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ecc/ |
D | testfield.c | 151 ecc_fieldModP(temp, temp2); in fieldMultTest() 157 ecc_fieldModP(temp, temp2); in fieldModPTest() 160 ecc_fieldModP(temp, one64); in fieldModPTest() 164 ecc_fieldModP(temp, temp2); in fieldModPTest() 211 ecc_fieldModP(temp, temp2); in fieldInvTest() 216 ecc_fieldModP(temp, temp2); in fieldInvTest() 221 ecc_fieldModP(temp, temp2); in fieldInvTest() 226 ecc_fieldModP(temp, temp2); in fieldInvTest() 231 ecc_fieldModP(temp, temp2); in fieldInvTest()
|
D | ecc.h | 74 void ecc_fieldModP(uint32_t *A, const uint32_t *B);
|
D | ecc.c | 661 void ecc_fieldModP(uint32_t *A, const uint32_t *B) in ecc_fieldModP() function
|