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

  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod_timing.c 111 buf = mp_get_digit(k, digidx);
ltc_ecc_mulmod.c 122 buf = mp_get_digit(k, digidx);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 456 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n) 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 89 milliseconds