Searched refs:s_mp_add (Results 1 - 12 of 12) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_add.c32 res = s_mp_add (a, b, c);
H A Dbn_mp_sub.c33 res = s_mp_add (a, b, c);
H A Dbn_mp_reduce_2k.c43 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_l.c44 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
H A Dbn_mp_karatsuba_mul.c126 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
H A Dbn_mp_karatsuba_sqr.c84 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
90 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
H A Dbn_s_mp_add.c20 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
H A Dtommath.h553 int s_mp_add(mp_int *a, mp_int *b, mp_int *c);
/external/dropbear/libtommath/mtest/
H A Dmpi.c182 mp_err s_mp_add(mp_int *a, mp_int *b); /* magnitude addition */
877 if((res = s_mp_add(c, a)) != MP_OKAY)
883 if((res = s_mp_add(c, b)) != MP_OKAY)
972 if((res = s_mp_add(c, b)) != MP_OKAY)
977 if((res = s_mp_add(c, a)) != MP_OKAY)
3262 /* {{{ s_mp_add(a, b) */
3265 mp_err s_mp_add(mp_int *a, mp_int *b) /* magnitude addition */ function
3315 } /* end s_mp_add() */
/external/wpa_supplicant/
H A Dlibtommath.c167 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
384 res = s_mp_add (a, b, c);
416 res = s_mp_add (a, b, c);
1901 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c842 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) function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c207 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
424 res = s_mp_add (a, b, c);
456 res = s_mp_add (a, b, c);
2159 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {

Completed in 82 milliseconds