Searched refs:mp_reduce_setup (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_setup.c23 int mp_reduce_setup (mp_int * a, mp_int * b) function
H A Dbn_s_mp_exptmod.c79 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
H A Dtommath.h402 int mp_reduce_setup(mp_int *a, mp_int *b);
H A Dbn.tex1308 int mp_reduce_setup(mp_int *a, mp_int *b);
1333 if ((result = mp_reduce_setup(&mu, b)) != MP_OKAY) \{
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c170 static int mp_reduce_setup(mp_int * a, mp_int * b);
1922 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2228 static int mp_reduce_setup (mp_int * a, mp_int * b) function
2240 * precomputed via mp_reduce_setup.

Completed in 119 milliseconds