Searched refs:fast_mp_montgomery_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_montgomery_reduce.c37 return fast_mp_montgomery_reduce (x, n, rho);
H A Dbn_fast_mp_montgomery_reduce.c28 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
H A Dbn_mp_exptmod_fast.c103 redux = fast_mp_montgomery_reduce;
H A Dtommath.h578 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c2681 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
3009 redux = fast_mp_montgomery_reduce;

Completed in 120 milliseconds