HomeSort by relevance Sort by last modified time
    Searched defs:mp_count_bits (Results 1 - 5 of 5) 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/dropbear/libtommath/mtest/
mpi.c 2427 int mp_count_bits(mp_int *mp) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 171 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
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 1526 mp_count_bits (mp_int * a) function
    [all...]

Completed in 55 milliseconds