Searched refs:mp_dr_reduce (Results 1 – 9 of 9) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_dr_reduce.c | 33 mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k) in mp_dr_reduce() function
|
D | bn_mp_exptmod_fast.c | 117 redux = mp_dr_reduce; in mp_exptmod_fast()
|
D | tommath.h | 423 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
|
D | changes.txt | 236 -- Rewrote mp_dr_reduce to be smaller, simpler and easier to understand.
|
D | bn.tex | 1512 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
|
/external/dropbear/libtommath/demo/ |
D | demo.c | 325 mp_dr_reduce(&c, &a, (((mp_digit) 1) << DIGIT_BIT) - a.dp[0]); in main()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 2301 mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k) in mp_dr_reduce() function 2734 redux = mp_dr_reduce; in mp_exptmod_fast()
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 3025 redux = mp_dr_reduce; in mp_exptmod_fast()
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 3025 redux = mp_dr_reduce; in mp_exptmod_fast()
|