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

/freebsd-13-stable/contrib/wpa/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...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1187 if (mp_copy((mp_int *) a, (mp_int *) r) != MP_OKAY)
1408 return mp_copy(((ecc_point *) p)->x, (mp_int *) x) == MP_OKAY ? 0 : -1;

Completed in 62 milliseconds