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

  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod_timing.c 100 digidx = mp_get_digit_count(k) - 1;
ltc_ecc_mulmod.c 111 digidx = mp_get_digit_count(k) - 1;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 457 #define mp_get_digit_count(a) ltc_mp.get_digit_count(a) macro
497 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_YES : LTC_MP_NO) : LTC_MP_NO)

Completed in 43 milliseconds