Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_check_pubkey.c37 digit = mp_get_digit(key->y, i); in dh_check_pubkey()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
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-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod_timing.c100 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
A Dltc_ecc_mulmod.c111 buf = mp_get_digit(k, digidx); in ltc_ecc_mulmod()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h181 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n) macro
225 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_…

Completed in 5 milliseconds