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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dbignum.c143 if (mp_add((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
H A Dlibtommath.c424 static int mp_add (mp_int * a, mp_int * b, mp_int * c) function
575 res = mp_add (b, &t, c);
821 if ((res = mp_add (&A, &y, &A)) != MP_OKAY) {
846 if ((res = mp_add (&C, &y, &C)) != MP_OKAY) {
905 if ((res = mp_add(&C, b, &C)) != MP_OKAY) {
1650 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) {
1838 if ((res = mp_add (&x, &t1, &x)) != MP_OKAY) {
2318 if ((res = mp_add (x, &q, x)) != MP_OKAY) {
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1108 return mp_add((mp_int *) a, (mp_int *) b,
1154 return mp_add((mp_int *) a, (mp_int *) b,

Completed in 107 milliseconds