libtommath.c | 140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 643 return s_mp_exptmod(G, X, P, Y, 1); 670 return s_mp_exptmod (G, X, P, Y, 0); 1883 static int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function [all...] |