Home
last modified time | relevance | path

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

/net-tools-3.7.0/tinydtls-0.8.2/ecc/
Dtestecc.c149 uint32_t tempAy2[8]; in eccdhTest() local
163 ecc_ec_mult(tempBx1, tempBy1, secretA, tempAx2, tempAy2); in eccdhTest()
166 assert(ecc_isSame(tempAy2, tempBy2, arrayLength)); in eccdhTest()