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