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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c171 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a);
1550 static int mp_count_bits (mp_int * a) function
1640 n = mp_count_bits(a) - mp_count_bits(b);
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1892 x = mp_count_bits (X);
2162 p = mp_count_bits(n);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2922 bits = mp_count_bits (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c171 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a);
1550 static int mp_count_bits (mp_int * a) function
1640 n = mp_count_bits(a) - mp_count_bits(b);
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1892 x = mp_count_bits (X);
2162 p = mp_count_bits(n);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2922 bits = mp_count_bits (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c171 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a);
1550 static int mp_count_bits (mp_int * a) function
1640 n = mp_count_bits(a) - mp_count_bits(b);
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1892 x = mp_count_bits (X);
2162 p = mp_count_bits(n);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2922 bits = mp_count_bits (
[all...]

Completed in 65 milliseconds