Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:s_mp_add

842     res = s_mp_add (a, b, c);
4220 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
4222 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
4349 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
4355 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
6703 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
6769 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
7488 res = s_mp_add (a, b, c);
8764 s_mp_add (mp_int * a, mp_int * b, mp_int * c)