Searched defs:mp_div_3 (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_div_3.c20 mp_div_3 (mp_int * a, mp_int *c, mp_digit * d) function
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2044 mp_div_3 (mp_int * a, mp_int *c, mp_digit * d) function
2176 return mp_div_3(a, c, d);
8058 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8062 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {
8290 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8294 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {

Completed in 1384 milliseconds