/external/dropbear/libtommath/ |
bn_s_mp_sub.c | 20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
|
/external/wpa_supplicant/ |
libtommath.c | 255 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function 392 res = s_mp_sub (b, a, c); 395 res = s_mp_sub (a, b, c); 426 res = s_mp_sub (a, b, c); 432 res = s_mp_sub (b, a, c); [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 183 mp_err s_mp_sub(mp_int *a, mp_int *b); /* magnitude subtract */ 898 if((res = s_mp_sub(&tmp, b)) != MP_OKAY) { 910 if((res = s_mp_sub(c, b)) != MP_OKAY) 928 if((res = s_mp_sub(&tmp, a)) != MP_OKAY) { 940 if((res = s_mp_sub(c, a)) != MP_OKAY) 988 if((res = s_mp_sub(&tmp, b)) != MP_OKAY) { 999 if((res = s_mp_sub(c, b)) != MP_OKAY) 1014 if((res = s_mp_sub(&tmp, a)) != MP_OKAY) { 1025 if((res = s_mp_sub(c, a)) != MP_OKAY) 3322 mp_err s_mp_sub(mp_int *a, mp_int *b) \/* magnitude subtract *\/ function [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 295 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function 432 res = s_mp_sub (b, a, c); 435 res = s_mp_sub (a, b, c); 466 res = s_mp_sub (a, b, c); 472 res = s_mp_sub (b, a, c); [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 295 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function 432 res = s_mp_sub (b, a, c); 435 res = s_mp_sub (a, b, c); 466 res = s_mp_sub (a, b, c); 472 res = s_mp_sub (b, a, c); [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 368 return s_mp_sub (x, n, x); 850 res = s_mp_sub (b, a, c); 853 res = s_mp_sub (a, b, c); 9400 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function [all...] |