Searched refs:s_mp_sqr (Results 1 – 7 of 7) sorted by relevance
46 res = s_mp_sqr (a, b); in mp_sqr()
19 int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
561 int s_mp_sqr(mp_int *a, mp_int *b);
227 v0.18 -- Fixed a bug in s_mp_sqr which would handle carries properly just not very elegantly.
190 mp_err s_mp_sqr(mp_int *a); /* magnitude square */192 #define s_mp_sqr(a) s_mp_mul(a, a) macro780 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
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
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