Searched defs:mp_count_bits (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_count_bits.c20 mp_count_bits (mp_int * a) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h460 #define mp_count_bits(a) ltc_mp.count_bits(a) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c2425 /* {{{ mp_count_bits(mp) */
2427 int mp_count_bits(mp_int *mp) function
2444 } /* end mp_count_bits() */
2512 len = s_mp_outlen(mp_count_bits(mp), radix) + 1; /* for NUL terminator */
/external/wpa_supplicant/
H A Dlibtommath.c127 static int mp_count_bits(mp_int * a);
702 int size = mp_count_bits (a);
1478 static int mp_count_bits (mp_int * a) function
1566 n = mp_count_bits(a) - mp_count_bits(b);
1618 x = mp_count_bits (X);
1888 p = mp_count_bits(n);
1926 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c158 static int mp_count_bits(mp_int * a);
748 int size = mp_count_bits (a);
1534 static int mp_count_bits (mp_int * a) function
1624 n = mp_count_bits(a) - mp_count_bits(b);
1725 norm = mp_count_bits(&y) % DIGIT_BIT;
1876 x = mp_count_bits (X);
2146 p = mp_count_bits(n);
2184 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2902 bits = mp_count_bits (
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c158 static int mp_count_bits(mp_int * a);
748 int size = mp_count_bits (a);
1534 static int mp_count_bits (mp_int * a) function
1624 n = mp_count_bits(a) - mp_count_bits(b);
1725 norm = mp_count_bits(&y) % DIGIT_BIT;
1876 x = mp_count_bits (X);
2146 p = mp_count_bits(n);
2184 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2902 bits = mp_count_bits (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c158 static int mp_count_bits(mp_int * a);
748 int size = mp_count_bits (a);
1534 static int mp_count_bits (mp_int * a) function
1624 n = mp_count_bits(a) - mp_count_bits(b);
1725 norm = mp_count_bits(&y) % DIGIT_BIT;
1876 x = mp_count_bits (X);
2146 p = mp_count_bits(n);
2184 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2902 bits = mp_count_bits (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c158 static int mp_count_bits(mp_int * a);
748 int size = mp_count_bits (a);
1534 static int mp_count_bits (mp_int * a) function
1624 n = mp_count_bits(a) - mp_count_bits(b);
1725 norm = mp_count_bits(&y) % DIGIT_BIT;
1876 x = mp_count_bits (X);
2146 p = mp_count_bits(n);
2184 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2902 bits = mp_count_bits (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1526 mp_count_bits (mp_int * a) function
1606 n = mp_count_bits(a) - mp_count_bits(b);
1707 norm = mp_count_bits(&y) % DIGIT_BIT;
2662 x = mp_count_bits (X);
4696 bits = mp_count_bits (b) % DIGIT_BIT;
6223 *size = mp_count_bits (a) + (a->sign == MP_NEG ? 1 : 0) + 1;
6688 p = mp_count_bits(n);
6756 p = mp_count_bits(n);
6819 p = mp_count_bits(
[all...]

Completed in 285 milliseconds