Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/ecc/
Dtestecc.c55 uint32_t BasePointx[8] = { 0xd898c296, 0xf4a13945, 0x2deb33a0, 0x77037d81, variable
160 ecc_ec_mult(BasePointx, BasePointy, secretA, tempx, tempy); in eccdhTest()
161 ecc_ec_mult(BasePointx, BasePointy, secretB, tempBx1, tempBy1); in eccdhTest()
177 ecc_ec_mult(BasePointx, BasePointy, ecdsaTestSecret, pub_x, pub_y); in ecdsaTest()