Searched refs:mp_isodd (Results 1 – 8 of 8) sorted by relevance
43 if ((mp_isodd(t2) && in[0] == 0x03) || (!mp_isodd(t2) && in[0] == 0x02)) { in ltc_ecc_import_point()
24 out[0] = mp_isodd(y) ? 0x03 : 0x02; in ltc_ecc_export_point()
186 if ((mp_isodd(t2) && (recid%2)) || (!mp_isodd(t2) && !(recid%2))) { in ecc_recover_key()
90 if (mp_isodd(pubkey.pubkey.y)) v += 1; in ecc_sign_hash_ex()
141 if (mp_isodd(t2)) { in ltc_ecc_projective_dbl_point()
182 if (mp_isodd(y)) { in ltc_ecc_projective_add_point()
130 if (!mp_isodd(q)) mp_add_d(q, 1, q); in s_dsa_make_params()
225 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
Completed in 10 milliseconds