Searched refs:fast_mp_montgomery_reduce (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_montgomery_reduce.c | 35 return fast_mp_montgomery_reduce (x, n, rho); in mp_montgomery_reduce()
|
D | bn_fast_mp_montgomery_reduce.c | 26 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() function
|
D | bn_mp_exptmod_fast.c | 101 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast()
|
D | tommath.h | 568 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 2681 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/ |
D | libtommath.c | 2681 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/ |
D | mpi.c | 230 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()
|