Searched refs:s_mp_sqr (Results 1 – 8 of 8) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_sqr.c | 46 res = s_mp_sqr (a, b); in mp_sqr()
|
D | bn_s_mp_sqr.c | 19 int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
|
D | tommath.h | 561 int s_mp_sqr(mp_int *a, mp_int *b);
|
D | changes.txt | 227 v0.18 -- Fixed a bug in s_mp_sqr which would handle carries properly just not very elegantly.
|
/external/dropbear/libtommath/mtest/ |
D | 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) in mp_expt_d() 1119 if((res = s_mp_sqr(b)) != MP_OKAY) in mp_sqr() 1295 if((res = s_mp_sqr(&x)) != MP_OKAY) in mp_expt() 1311 if((res = s_mp_sqr(&x)) != MP_OKAY) in mp_expt() 1678 if((res = s_mp_sqr(&x)) != MP_OKAY) in mp_exptmod() 1698 if((res = s_mp_sqr(&x)) != MP_OKAY) in mp_exptmod() 1744 if((res = s_mp_sqr(&x)) != MP_OKAY || in mp_exptmod_d() 3511 mp_err s_mp_sqr(mp_int *a) in s_mp_sqr() function
|
/external/wpa_supplicant/ |
D | libtommath.c | 108 static int s_mp_sqr(mp_int * a, mp_int * b); 1864 res = s_mp_sqr (a, b); in mp_sqr() 2250 static int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 131 static int s_mp_sqr(mp_int * a, mp_int * b); 2122 res = s_mp_sqr (a, b); in mp_sqr() 2508 static int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 7309 res = s_mp_sqr (a, b); in mp_sqr() 9311 int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
|