mp_int_expt 1660 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_expt(TEMP(1), b, TEMP(2))) != MP_OK) mp_int_expt 1668 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_expt(TEMP(1), b - 1, TEMP(3))) != MP_OK) mp_int_expt 144 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_expt(mp_int a, mp_small b, mp_int c); /* c = a^b */