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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_exptmod.c95 return mp_exptmod_fast (G, X, P, Y, dr);
H A Dbn_mp_exptmod_fast.c34 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
H A Dtommath.h579 int mp_exptmod_fast(mp_int *G, mp_int *X, mp_int *P, mp_int *Y, int mode);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c174 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
652 return mp_exptmod_fast (G, X, P, Y, dr);
2940 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function

Completed in 167 milliseconds