Searched defs:mp_exptmod (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_exptmod.c | 24 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() function
|
/external/wpa_supplicant/ |
D | crypto_libtomcrypt.c | 28 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
|
D | libtommath.c | 538 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 493 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1634 mp_err mp_exptmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c) in mp_exptmod() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 2525 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() function
|