Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/ecc/
Decc.c314 static int isZero(const uint32_t* A){ in isZero() function
417 if(isZero(px) && isZero(py)){ in ec_double()
453 if(isZero(px) && isZero(py)){ in ec_add()
457 } else if(isZero(qx) && isZero(qy)) { in ec_add()
540 if (isZero(k)) in ecc_ecdsa_sign()
550 if (isZero(r)) in ecc_ecdsa_sign()
570 if (isZero(s)) in ecc_ecdsa_sign()