Home
last modified time | relevance | path

Searched refs:mp_count_bits (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c171 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a); in mp_unsigned_bin_size()
1549 static int mp_count_bits (mp_int * a) in mp_count_bits() function
1639 n = mp_count_bits(a) - mp_count_bits(b); in mp_div()
1740 norm = mp_count_bits(&y) % DIGIT_BIT; in mp_div()
1891 x = mp_count_bits (X); in s_mp_exptmod()
2161 p = mp_count_bits(n); in mp_reduce_2k_l()
2199 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) { in mp_reduce_2k_setup_l()
2921 bits = mp_count_bits (b) % DIGIT_BIT; in mp_montgomery_calc_normalization()
2972 x = mp_count_bits (X); in mp_exptmod_fast()