Home | History | Annotate | Download | only in tls

Lines Matching defs:mp_div_2d

149 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d);
997 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
1009 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d)
1639 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
1640 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) {
1845 mp_div_2d (&x, norm, &x, NULL);
2149 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {