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

  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod.c 123 bitcnt = (int) ltc_mp.bits_per_digit;
128 i = (buf >> (ltc_mp.bits_per_digit - 1)) & 1;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 27 int bits_per_digit; member in struct:__anon3465
70 @param n Source upto bits_per_digit (actually meant for very small constants)
76 @param a Number to read, only fetches upto bits_per_digit from the number
77 @return The lower bits_per_digit of the integer (unsigned)
84 @return The bits_per_digit sized n'th digit of a
103 @param b The right side integer (upto bits_per_digit)
179 @param b The second source integer (single digit of upto bits_per_digit in length)
195 @param b The second source integer (single digit of upto bits_per_digit in length)
203 @param b The second source integer (single digit of upto bits_per_digit in length)
211 @param b The second source integer (single digit of upto bits_per_digit in length
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 71 milliseconds