Searched defs:mp_div (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_div.c | 21 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 103 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 477 #define mp_div(a, b, c, d) ltc_mp.mpdiv(a, b, c, d) macro
|
/external/wpa_supplicant/ |
D | libtommath.c | 1536 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 1576 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 1658 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1143 mp_err mp_div(mp_int *a, mp_int *b, mp_int *q, mp_int *r) in mp_div() function
|