Searched refs:mp_reduce (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.c24 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
H A Dbn_s_mp_exptmod.c82 redux = mp_reduce;
H A Dtommath.h407 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
409 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
H A Dbn.tex1316 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
1347 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
1361 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c28 * would require other than mp_reduce */
171 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1925 redux = mp_reduce;
2243 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
2272 #error mp_reduce would always fail

Completed in 118 milliseconds