Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
664 if (mp_isodd (P) == 1 || dr != 0) { in mp_exptmod()
742 if (mp_isodd (b) == 1) { in mp_invmod()
819 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) { in mp_invmod_slow()
844 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) { in mp_invmod_slow()