Home
last modified time | relevance | path

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

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