/external/dropbear/libtommath/ |
bn_s_mp_add.c | 20 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
|
/external/wpa_supplicant/ |
libtommath.c | 167 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); [all...] |
/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/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 207 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); [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 207 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); [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...] |