Searched defs:s_mp_sqr (Results 1 – 6 of 6) sorted by relevance
19 int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
192 #define s_mp_sqr(a) s_mp_mul(a, a) macro3511 mp_err s_mp_sqr(mp_int *a) in s_mp_sqr() function
2250 static int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
2508 static int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function
9311 int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function