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