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

/freebsd-11-stable/contrib/wpa/src/tls/
H A 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) {
742 if (mp_isodd (b) == 1) {
819 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) {
844 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) {
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1214 return mp_isodd((mp_int *) a);

Completed in 134 milliseconds