Lines Matching defs:mp_div
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)
1692 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d)
2251 return mp_div (a, b, a, NULL);