Home
last modified time | relevance | path

Searched refs:get_digit (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h103 ltc_mp_digit (*get_digit)(void *a, int n); member
A Dtomcrypt_private.h181 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n)
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c135 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function
642 .get_digit = get_digit,
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c123 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function
484 &get_digit,
A Dgmp_desc.c69 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function
582 &get_digit,
A Dtfm_desc.c94 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function
776 &get_digit,

Completed in 12 milliseconds