Searched refs:mp_mul (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dbignum.c179 if (mp_mul((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
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 Dbignum.c179 if (mp_mul((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
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 Dbignum.c179 if (mp_mul((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
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...]

Completed in 51 milliseconds