Home
last modified time | relevance | path

Searched refs:mp_dr_reduce (Results 1 – 9 of 9) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_dr_reduce.c33 mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k) in mp_dr_reduce() function
Dbn_mp_exptmod_fast.c117 redux = mp_dr_reduce; in mp_exptmod_fast()
Dtommath.h423 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
Dchanges.txt236 -- Rewrote mp_dr_reduce to be smaller, simpler and easier to understand.
Dbn.tex1512 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
/external/dropbear/libtommath/demo/
Ddemo.c325 mp_dr_reduce(&c, &a, (((mp_digit) 1) << DIGIT_BIT) - a.dp[0]); in main()
/external/dropbear/libtommath/pre_gen/
Dmpi.c2301 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/
Dlibtommath.c3025 redux = mp_dr_reduce; in mp_exptmod_fast()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c3025 redux = mp_dr_reduce; in mp_exptmod_fast()