Searched refs:twoexpt (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 125 int (*twoexpt)(void *a , int n); member 462 #define mp_2expt(a, b) ltc_mp.twoexpt(a, b)
|
/external/dropbear/libtomcrypt/src/math/ |
D | gmp_desc.c | 131 static int twoexpt(void *a, int n) in twoexpt() function 409 &twoexpt,
|
D | ltm_desc.c | 159 static int twoexpt(void *a, int n) in twoexpt() function 415 &twoexpt,
|
D | tfm_desc.c | 157 static int twoexpt(void *a, int n) in twoexpt() function 703 &twoexpt,
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6071 int (*twoexpt)(void *a , int n);
|