Home
last modified time | relevance | path

Searched refs:s_mp_sqr (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_sqr.c46 res = s_mp_sqr (a, b); in mp_sqr()
Dbn_s_mp_sqr.c19 int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
Dtommath.h561 int s_mp_sqr(mp_int *a, mp_int *b);
Dchanges.txt227 v0.18 -- Fixed a bug in s_mp_sqr which would handle carries properly just not very elegantly.
/external/dropbear/libtommath/mtest/
Dmpi.c190 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/
Dlibtommath.c108 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/
Dlibtommath.c131 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/
Dmpi.c7309 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