Searched defs:mp_mul (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_mul.c | 19 int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 474 #define mp_mul(a, b, c) ltc_mp.mul(a, b, c) macro
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 488 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 480 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() function
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1049 mp_err mp_mul(mp_int *a, mp_int *b, mp_int *c) in mp_mul() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 4934 int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() function
|