Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_expt_d

2459 int mp_expt_d (mp_int * a, mp_digit b, mp_int * c)
5353 if ((res = mp_expt_d (&t1, b - 1, &t3)) != MP_OKAY) {
5386 if ((res = mp_expt_d (&t1, b, &t2)) != MP_OKAY) {