Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h160 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a); in mp_unsigned_bin_size()
1570 mp_count_bits (mp_int * a) in mp_count_bits() function
1662 n = mp_count_bits(a) - mp_count_bits(b); in mp_div()
1764 norm = mp_count_bits(&y) % DIGIT_BIT; in mp_div()
1916 x = mp_count_bits (X); in s_mp_exptmod()
2188 p = mp_count_bits(n); in mp_reduce_2k_l()
2227 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) { in mp_reduce_2k_setup_l()
2956 bits = mp_count_bits (b) % DIGIT_BIT; in mp_montgomery_calc_normalization()
3008 x = mp_count_bits (X); in mp_exptmod_fast()