HomeSort by relevance Sort by last modified time
    Searched refs:MP_DIGIT_BIT (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/mtest/
mpi-types.h 8 #define MP_DIGIT_BIT (CHAR_BIT*sizeof(mp_digit))
mpi.h 52 #define DIGIT_BIT MP_DIGIT_BIT
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod_timing.c 112 bitcnt = (int) MP_DIGIT_BIT;
117 i = (buf >> (MP_DIGIT_BIT - 1)) & 1;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 441 #define MP_DIGIT_BIT ltc_mp.bits_per_digit
  /external/dropbear/libtommath/
tommath.h 130 #define MP_DIGIT_BIT DIGIT_BIT

Completed in 33 milliseconds