Searched refs:twoexpt (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 200 static int twoexpt(void *a, int n) in twoexpt() function 648 .twoexpt = twoexpt,
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 153 int (*twoexpt)(void *a , int n); member
|
A D | tomcrypt_private.h | 174 #define mp_2expt(a, b) ltc_mp.twoexpt(a, b)
|
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 167 static int twoexpt(void *a, int n) in twoexpt() function 461 &twoexpt,
|
A D | gmp_desc.c | 130 static int twoexpt(void *a, int n) in twoexpt() function 595 &twoexpt,
|
A D | tfm_desc.c | 156 static int twoexpt(void *a, int n) in twoexpt() function 789 &twoexpt,
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 1444 000000000e135d58 0000000000000028 t twoexpt
|
A D | tee.dmp | 207 000000000e135d58 l F .text 0000000000000028 twoexpt 82589 000000000e135d58 <twoexpt>: 82590 twoexpt():
|
A D | tee.map | 23710 .text.twoexpt 0x000000000e135d58 0x28 out/arm/core/lib/libtomcrypt/libtomcrypt.a(mpi_desc.o)
|
Completed in 252 milliseconds