Searched defs:mp_mod (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_mod.c | 20 mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 479 #define mp_mod(a, b, c) ltc_mp.mpdiv(a, b, NULL, c) macro
|
/external/wpa_supplicant/ |
D | libtommath.c | 507 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 547 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 547 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1353 mp_err mp_mod(mp_int *a, mp_int *m, mp_int *c) in mp_mod() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 4545 mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
|