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

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_montgomery_reduce.c35 return fast_mp_montgomery_reduce (x, n, rho);
H A Dbn_fast_mp_montgomery_reduce.c26 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
H A Dbn_mp_exptmod_fast.c101 redux = fast_mp_montgomery_reduce;
H A Dtommath.h576 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dtommath.h568 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);

Completed in 174 milliseconds