Searched refs:mp_mul_2d (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c164 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
978 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
1384 static int mp_mul_2d (mp_int * a, int b, mp_int * c) function
1643 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
1644 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) {
1744 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1747 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c164 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
978 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
1384 static int mp_mul_2d (mp_int * a, int b, mp_int * c) function
1643 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
1644 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) {
1744 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1747 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c164 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
978 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
1384 static int mp_mul_2d (mp_int * a, int b, mp_int * c) function
1643 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
1644 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) {
1744 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1747 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {

Completed in 47 milliseconds