HomeSort by relevance Sort by last modified time
    Searched defs:mp_count_bits (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/
bn_mp_count_bits.c 20 mp_count_bits (mp_int * a) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 460 #define mp_count_bits(a) ltc_mp.count_bits(a) macro
  /external/wpa_supplicant/
libtommath.c 127 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
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 2427 int mp_count_bits(mp_int *mp) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 158 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
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 1526 mp_count_bits (mp_int * a) function
    [all...]

Completed in 69 milliseconds