Searched refs:twoexpt (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 199 static int twoexpt(void *a, int n) in twoexpt() function 647 .twoexpt = twoexpt,
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_math.h | 146 int (*twoexpt)(void *a , int n); member
|
| H A D | tomcrypt_private.h | 212 #define mp_2expt(a, b) ltc_mp.twoexpt(a, b)
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 175 static int twoexpt(void *a, int n) in twoexpt() function 490 &twoexpt,
|
| H A D | gmp_desc.c | 123 static int twoexpt(void *a, int n) in twoexpt() function 588 &twoexpt,
|
| H A D | tfm_desc.c | 149 static int twoexpt(void *a, int n) in twoexpt() function 782 &twoexpt,
|