/external/dropbear/libtommath/ |
bn_mp_add.c | 32 res = s_mp_add (a, b, c);
|
bn_mp_sub.c | 33 res = s_mp_add (a, b, c);
|
bn_mp_reduce_2k.c | 43 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
|
bn_mp_reduce_2k_l.c | 44 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
|
bn_mp_karatsuba_mul.c | 126 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY) 128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
|
bn_mp_karatsuba_sqr.c | 84 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY) 90 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
|
bn_s_mp_add.c | 20 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
|
tommath.h | 553 int s_mp_add(mp_int *a, mp_int *b, mp_int *c);
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 182 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) 3265 mp_err s_mp_add(mp_int *a, mp_int *b) \/* magnitude addition *\/ function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 842 res = s_mp_add (a, b, c); 8764 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 220 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function 437 res = s_mp_add (a, b, c); 469 res = s_mp_add (a, b, c); [all...] |