Lines Matching defs:mp_2expt
735 mp_2expt (mp_int * a, int b)4699 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {6820 if ((res = mp_2expt(&tmp, p)) != MP_OKAY) {6870 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {7019 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {