Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_check_pubkey.c37 digit = mp_get_digit(key->y, i); in dh_check_pubkey()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_make_key.c156 if ((e_bits > 1 && e_bits < 256) && (mp_get_digit(e, 0) & 1)) { in rsa_make_key_bn_e()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod_timing.c100 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
H A Dltc_ecc_mulmod.c111 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h206 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n) macro
250 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_…