Searched refs:mp_get_digit (Results 1 – 5 of 5) sorted by relevance
44 digit = mp_get_digit(key->y, i); in dh_check_pubkey()
107 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
118 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
163 if ((e_bits > 1 && e_bits < 256) && (mp_get_digit(e, 0) & 1)) { in rsa_make_key_bn_e()
168 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n) macro212 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_…
Completed in 23 milliseconds