Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h125 int (*twoexpt)(void *a , int n); member
462 #define mp_2expt(a, b) ltc_mp.twoexpt(a, b)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c131 static int twoexpt(void *a, int n) in twoexpt() function
409 &twoexpt,
Dltm_desc.c159 static int twoexpt(void *a, int n) in twoexpt() function
415 &twoexpt,
Dtfm_desc.c157 static int twoexpt(void *a, int n) in twoexpt() function
703 &twoexpt,
/external/dropbear/libtomcrypt/
Dcrypt.tex6071 int (*twoexpt)(void *a , int n);