/external/dropbear/libtommath/ |
bn_mp_sqr.c | 46 res = s_mp_sqr (a, b);
|
bn_s_mp_sqr.c | 19 int s_mp_sqr (mp_int * a, mp_int * b) function
|
tommath.h | 561 int s_mp_sqr(mp_int *a, mp_int *b);
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 190 mp_err s_mp_sqr(mp_int *a); /* magnitude square */ 192 #define s_mp_sqr(a) s_mp_mul(a, a) macro 780 if((res = s_mp_sqr(&x)) != MP_OKAY) 1119 if((res = s_mp_sqr(b)) != MP_OKAY) 1295 if((res = s_mp_sqr(&x)) != MP_OKAY) 1311 if((res = s_mp_sqr(&x)) != MP_OKAY) 3511 mp_err s_mp_sqr(mp_int *a) function [all...] |
/external/wpa_supplicant/ |
libtommath.c | 108 static int s_mp_sqr(mp_int * a, mp_int * b); 2250 static int s_mp_sqr (mp_int * a, mp_int * b) function [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 131 static int s_mp_sqr(mp_int * a, mp_int * b); 2508 static int s_mp_sqr (mp_int * a, mp_int * b) function [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 131 static int s_mp_sqr(mp_int * a, mp_int * b); 2508 static int s_mp_sqr (mp_int * a, mp_int * b) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 9311 int s_mp_sqr (mp_int * a, mp_int * b) function [all...] |