Searched refs:mp_int_sqr (Results 1 – 3 of 3) sorted by relevance
115 #define mp_int_sqr isl_mp_int_sqr macro
134 mp_result mp_int_sqr(mp_int a, mp_int c); /* c = a * a */
787 mp_result mp_int_sqr(mp_int a, mp_int c) in mp_int_sqr() function1015 if ((res = mp_int_sqr(&t, &t)) != MP_OK) in mp_int_expt()1047 if ((res = mp_int_sqr(&t, &t)) != MP_OK) in mp_int_expt_value()1082 if ((res = mp_int_sqr(&t, &t)) != MP_OK) in mp_int_expt_full()