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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c170 static int mp_copy(mp_int * a, mp_int * b);
791 if ((res = mp_copy (b, &y)) != MP_OKAY) {
802 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
805 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1034 res = mp_copy (a, c);
1054 if ((res = mp_copy (a, c)) != MP_OKAY) {
1108 return mp_copy (b, a);
1129 static int mp_copy (mp_int * a, mp_int * b) function
1311 if ((res = mp_copy (a, b)) != MP_OKAY) {
1391 if ((res = mp_copy (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c170 static int mp_copy(mp_int * a, mp_int * b);
791 if ((res = mp_copy (b, &y)) != MP_OKAY) {
802 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
805 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1034 res = mp_copy (a, c);
1054 if ((res = mp_copy (a, c)) != MP_OKAY) {
1108 return mp_copy (b, a);
1129 static int mp_copy (mp_int * a, mp_int * b) function
1311 if ((res = mp_copy (a, b)) != MP_OKAY) {
1391 if ((res = mp_copy (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c170 static int mp_copy(mp_int * a, mp_int * b);
791 if ((res = mp_copy (b, &y)) != MP_OKAY) {
802 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
805 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1034 res = mp_copy (a, c);
1054 if ((res = mp_copy (a, c)) != MP_OKAY) {
1108 return mp_copy (b, a);
1129 static int mp_copy (mp_int * a, mp_int * b) function
1311 if ((res = mp_copy (a, b)) != MP_OKAY) {
1391 if ((res = mp_copy (
[all...]

Completed in 50 milliseconds