Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/ecc/
Dtestecc.c152 uint32_t tempBx2[8]; in eccdhTest() local
164 ecc_ec_mult(tempx, tempy, secretB, tempBx2, tempBy2); in eccdhTest()
165 assert(ecc_isSame(tempAx2, tempBx2, arrayLength)); in eccdhTest()