Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h456 #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_…
/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_mulmod_timing.c111 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
Dltc_ecc_mulmod.c122 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()