/external/dropbear/libtommath/ |
bn_mp_montgomery_reduce.c | 35 return fast_mp_montgomery_reduce (x, n, rho);
|
bn_fast_mp_montgomery_reduce.c | 26 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
|
bn_mp_exptmod_fast.c | 101 redux = fast_mp_montgomery_reduce;
|
tommath.h | 568 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
|
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 2701 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 230 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function [all...] |