Searched refs:mp_exptmod_fast (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/rsaenh/ |
H A D | mpi.c | 100 static int mp_exptmod_fast(const mp_int *G, const mp_int *X, mp_int *P, mp_int *Y, int mode); 1960 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod() 1976 mp_exptmod_fast (const mp_int * G, const mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast() function
|