Home
last modified time | relevance | path

Searched defs:mp_div (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_div.c21 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/
Dtomcrypt_math.h477 #define mp_div(a, b, c, d) ltc_mp.mpdiv(a, b, c, d) macro
/external/wpa_supplicant/
Dlibtommath.c1536 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/
Dmpi.c1576 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/
Dmpi.c1143 mp_err mp_div(mp_int *a, mp_int *b, mp_int *q, mp_int *r) in mp_div() function