Home | History | Annotate | Download | only in tls

Lines Matching refs:mp_add

424 static int mp_add (mp_int * a, mp_int * b, mp_int * c)
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) {