Home
last modified time | relevance | path

Searched refs:fast_mp_montgomery_reduce (Results 1 – 8 of 8) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_montgomery_reduce.c37 return fast_mp_montgomery_reduce (x, n, rho); in mp_montgomery_reduce()
H A Dbn_fast_mp_montgomery_reduce.c28 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
H A Dbn_mp_exptmod_fast.c103 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
H A Dtommath.h576 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
/netbsd/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c2701 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
3029 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
/netbsd/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c3629 fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
3794 return fast_mp_montgomery_reduce (x, n, rho); in mp_montgomery_reduce()
4156 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c3612 fast_mp_montgomery_reduce(mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
3775 return fast_mp_montgomery_reduce(x, n, rho); in mp_montgomery_reduce()
4120 redux = fast_mp_montgomery_reduce; in fast_exponent_modulo()
/netbsd/sbin/nvmectl/
H A Dbignum.c3589 fast_mp_montgomery_reduce(mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
3752 return fast_mp_montgomery_reduce(x, n, rho); in mp_montgomery_reduce()
4097 redux = fast_mp_montgomery_reduce; in fast_exponent_modulo()