Home
last modified time | relevance | path

Searched refs:mp_exptmod_fast (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/tls/
Dlibtommath.c179 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
657 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod()
2952 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast() function