Searched defs:mp_div (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_div.c21 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
103 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h477 #define mp_div(a, b, c, d) ltc_mp.mpdiv(a, b, c, d) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1131 /* {{{ mp_div(a, b, q, r) */
1134 mp_div(a, b, q, r)
1143 mp_err mp_div(mp_int *a, mp_int *b, mp_int *q, mp_int *r) function
1221 } /* end mp_div() */
1377 if((res = mp_div(a, m, NULL, c)) != MP_OKAY)
1490 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY)
1660 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY)
2039 res = mp_div(&prod, &gcd, c, NULL);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c159 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
556 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1594 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1676 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2235 return mp_div (a, b, a, NULL);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c167 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
564 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1602 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1684 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2243 return mp_div (a, b, a, NULL);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c167 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
564 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1602 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1684 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2243 return mp_div (a, b, a, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c167 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
564 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1602 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1684 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2243 return mp_div (a, b, a, NULL);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1576 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1658 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2983 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
4427 if ((res = mp_div(a, &t1, &t2, NULL)) != MP_OKAY) {
4433 if ((res = mp_div(b, &t1, &t2, NULL)) != MP_OKAY) {
4554 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
5375 if ((res = mp_div (&t2, &t3, &t3, NULL)) != MP_OKAY) {
7022 return mp_div (a, b, a, NULL);
7417 if ((res = mp_div(arg,&t1,&t2,NULL)) != MP_OKAY) {
7428 if ((res = mp_div(ar
[all...]

Completed in 94 milliseconds