Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h146 int (*twoexpt)(void *a , int n); member
A Dtomcrypt_private.h187 #define mp_2expt(a, b) ltc_mp.twoexpt(a, b)
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c200 static int twoexpt(void *a, int n) in twoexpt() function
648 .twoexpt = twoexpt,
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c175 static int twoexpt(void *a, int n) in twoexpt() function
490 &twoexpt,
A Dgmp_desc.c123 static int twoexpt(void *a, int n) in twoexpt() function
588 &twoexpt,
A Dtfm_desc.c149 static int twoexpt(void *a, int n) in twoexpt() function
782 &twoexpt,

Completed in 11 milliseconds