Searched refs:mp_int_is_odd (Results 1 – 2 of 2) sorted by relevance
108 #define mp_int_is_odd(Z) ((Z)->digits[0] & 1) macro
1345 if (mp_int_is_odd(&u)) { in mp_int_gcd()1442 if (mp_int_is_odd(TEMP(0)) || mp_int_is_odd(TEMP(1))) { in mp_int_egcd()1456 if (mp_int_is_odd(TEMP(2)) || mp_int_is_odd(TEMP(3))) { in mp_int_egcd()