Home
last modified time | relevance | path

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

/net-tools-3.6.0/tinydtls-0.8.2/ecc/
Dtestecc.c148 uint32_t tempAx2[8]; in eccdhTest() local
163 ecc_ec_mult(tempBx1, tempBy1, secretA, tempAx2, tempAy2); in eccdhTest()
165 assert(ecc_isSame(tempAx2, tempBx2, arrayLength)); in eccdhTest()