Home
last modified time | relevance | path

Searched refs:bits_per_digit (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_mulmod.c123 bitcnt = (int) ltc_mp.bits_per_digit; in ltc_ecc_mulmod()
128 i = (buf >> (ltc_mp.bits_per_digit - 1)) & 1; in ltc_ecc_mulmod()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h27 int bits_per_digit; member
441 #define MP_DIGIT_BIT ltc_mp.bits_per_digit
/external/dropbear/libtomcrypt/
Dcrypt.tex5976 int bits_per_digit;
6012 @param n Source upto bits_per_digit (meant for small constants)
6019 @return The lower bits_per_digit of the integer (unsigned)
6026 @return The bits_per_digit sized n'th digit of a
6047 @param b The right side integer (upto bits_per_digit)
6127 (single digit of upto bits_per_digit in length)
6144 (single digit of upto bits_per_digit in length)
6153 (single digit of upto bits_per_digit in length)
6162 (single digit of upto bits_per_digit in length)
6193 @param b The modulus (upto bits_per_digit in length)