Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/ecc/
Decc.c603 uint32_t tmp3_x[8]; in ecc_ecdsa_validate() local
625 ec_add(tmp1_x, tmp1_y, tmp2_x, tmp2_y, tmp3_x, tmp3_y); in ecc_ecdsa_validate()
628 return isSame(tmp3_x, r, arrayLength) ? 0 : -1; in ecc_ecdsa_validate()