Searched defs:mp_mul (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_mul.c19 int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h474 #define mp_mul(a, b, c) ltc_mp.mul(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1041 /* {{{ mp_mul(a, b, c) */
1044 mp_mul(a, b, c)
1049 mp_err mp_mul(mp_int *a, mp_int *b, mp_int *c) function
1077 } /* end mp_mul() */
1103 } /* end mp_mul() */
1589 if((res = mp_mul(a, b, c)) != MP_OKAY)
1997 res = mp_mul(&u, &v, c); /* c = u * v */
2034 if((res = mp_mul(a, b, &prod)) != MP_OKAY)
2157 if((res = mp_mul(&gx, &v, g)) != MP_OKAY) goto CLEANUP;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c493 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
529 #error mp_mul could fail
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
1985 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2060 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2088 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2170 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) {
2274 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) {
3113 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
3182 if ((err = mp_mul (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c493 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
529 #error mp_mul could fail
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
1985 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2060 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2088 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2170 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) {
2274 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) {
3113 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
3182 if ((err = mp_mul (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c493 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
529 #error mp_mul could fail
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
1985 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2060 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2088 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2170 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) {
2274 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) {
3113 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
3182 if ((err = mp_mul (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2480 if ((res = mp_mul (c, &g, c)) != MP_OKAY) {
2802 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2871 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2900 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2986 if ((err = mp_mul(&v1, &q, &tmp)) != MP_OKAY) { goto _ERR; }
2988 if ((err = mp_mul(&v2, &q, &tmp)) != MP_OKAY) { goto _ERR; }
2990 if ((err = mp_mul(&v3, &q, &tmp)) != MP_OKAY) { goto _ERR; }
4133 * are saved. Note also that the call to mp_mul can end up back
4214 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
4216 if (mp_mul (
4934 int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
[all...]

Completed in 174 milliseconds