/external/dropbear/libtommath/ |
bn_mp_mul.c | 19 int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 474 #define mp_mul(a, b, c) ltc_mp.mul(a, b, c) macro
|
/external/wpa_supplicant/ |
libtommath.c | 440 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function 476 #error mp_mul could fail 496 if ((res = mp_mul (a, b, &t)) != MP_OKAY) { [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 1041 /* {{{ mp_mul(a, b, c) */ 1044 mp_mul(a, b, c) 1049 mp_err mp_mul(mp_int *a, mp_int *b, mp_int *c) function 1077 } /* end mp_mul() */ 1103 } /* end mp_mul() */ 1589 if((res = mp_mul(a, b, c)) != MP_OKAY) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 480 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function 516 #error mp_mul could fail 536 if ((res = mp_mul (a, b, &t)) != MP_OKAY) { [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 480 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function 516 #error mp_mul could fail 536 if ((res = mp_mul (a, b, &t)) != MP_OKAY) { [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 4934 int mp_mul (mp_int * a, mp_int * b, mp_int * c) function [all...] |