Home
last modified time | relevance | path

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

/external/dropbear/libtommath/
Dbn_mp_montgomery_reduce.c35 return fast_mp_montgomery_reduce (x, n, rho); in mp_montgomery_reduce()
Dbn_fast_mp_montgomery_reduce.c26 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
Dbn_mp_exptmod_fast.c101 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
Dtommath.h568 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c2681 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
3009 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c2681 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
3009 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
/external/dropbear/libtommath/pre_gen/
Dmpi.c230 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
2718 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
4765 return fast_mp_montgomery_reduce (x, n, rho); in mp_montgomery_reduce()