Searched refs:get_digit (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 103 ltc_mp_digit (*get_digit)(void *a, int n); member
|
A D | tomcrypt_private.h | 181 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n)
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 135 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 D | ltm_desc.c | 123 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function 484 &get_digit,
|
A D | gmp_desc.c | 69 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function 582 &get_digit,
|
A D | tfm_desc.c | 94 static ltc_mp_digit get_digit(void *a, int n) in get_digit() function 776 &get_digit,
|
Completed in 10 milliseconds