/external/dropbear/libtommath/ |
bn_mp_div.c | 21 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function 103 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 477 #define mp_div(a, b, c, d) ltc_mp.mpdiv(a, b, c, d) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 1131 /* {{{ mp_div(a, b, q, r) */ 1134 mp_div(a, b, q, r) 1143 mp_err mp_div(mp_int *a, mp_int *b, mp_int *q, mp_int *r) function 1221 } /* end mp_div() */ 1377 if((res = mp_div(a, m, NULL, c)) != MP_OKAY) 1490 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY) [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d); 569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) { 1610 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function 1692 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 1576 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function 1658 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function [all...] |