Searched refs:s_mp_exptmod (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.c73 return s_mp_exptmod(G, X, P, Y, 1);
100 return s_mp_exptmod (G, X, P, Y, 0);
H A Dbn_s_mp_exptmod.c25 int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
H A Dtommath.h580 int s_mp_exptmod (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.c129 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
630 return s_mp_exptmod(G, X, P, Y, 1);
657 return s_mp_exptmod (G, X, P, Y, 0);
1868 static int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function

Completed in 210 milliseconds