Searched defs:mp_mulmod (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_mulmod.c | 19 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 484 #define mp_mulmod(a, b, c, d) ltc_mp.mulmod(a, b, c, d) macro
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 535 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 527 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1583 mp_err mp_mulmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c) in mp_mulmod() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 5262 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
|