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

/external/dropbear/libtommath/
H A Dbn_mp_sqr.c46 res = s_mp_sqr (a, b);
H A Dbn_s_mp_sqr.c19 int s_mp_sqr (mp_int * a, mp_int * b) function
H A Dtommath.h561 int s_mp_sqr(mp_int *a, mp_int *b);
/external/dropbear/libtommath/mtest/
H A 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)
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)
1678 if((res = s_mp_sqr(&x)) != MP_OKAY)
1698 if((res = s_mp_sqr(&x)) != MP_OKAY)
1744 if((res = s_mp_sqr(&x)) != MP_OKAY ||
3501 /* {{{ s_mp_sqr(
3511 mp_err s_mp_sqr(mp_int *a) function
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c142 static int s_mp_sqr(mp_int * a, mp_int * b);
2138 res = s_mp_sqr (a, b);
2528 static int s_mp_sqr (mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c142 static int s_mp_sqr(mp_int * a, mp_int * b);
2138 res = s_mp_sqr (a, b);
2528 static int s_mp_sqr (mp_int * a, mp_int * b) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c142 static int s_mp_sqr(mp_int * a, mp_int * b);
2138 res = s_mp_sqr (a, b);
2528 static int s_mp_sqr (mp_int * a, mp_int * b) function
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c7309 res = s_mp_sqr (a, b);
9311 int s_mp_sqr (mp_int * a, mp_int * b) function

Completed in 259 milliseconds