/external/dropbear/libtommath/ |
D | bn_mp_exptmod_fast.c | 42 int (*redux)(mp_int*,mp_int*,mp_digit); in mp_exptmod_fast() local 101 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast() 107 redux = mp_montgomery_reduce; in mp_exptmod_fast() 117 redux = mp_dr_reduce; in mp_exptmod_fast() 128 redux = mp_reduce_2k; in mp_exptmod_fast() 178 if ((err = redux (&M[1 << (winsize - 1)], P, mp)) != MP_OKAY) { in mp_exptmod_fast() 188 if ((err = redux (&M[x], P, mp)) != MP_OKAY) { in mp_exptmod_fast() 231 if ((err = redux (&res, P, mp)) != MP_OKAY) { in mp_exptmod_fast() 248 if ((err = redux (&res, P, mp)) != MP_OKAY) { in mp_exptmod_fast() 257 if ((err = redux (&res, P, mp)) != MP_OKAY) { in mp_exptmod_fast() [all …]
|
D | bn_s_mp_exptmod.c | 28 int (*redux)(mp_int*,mp_int*,mp_int*); in s_mp_exptmod() local 80 redux = mp_reduce; in s_mp_exptmod() 85 redux = mp_reduce_2k_l; in s_mp_exptmod() 115 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) { in s_mp_exptmod() 127 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) { in s_mp_exptmod() 176 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 193 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 202 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 220 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 230 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod()
|
D | changes.txt | 255 …-- Fixed up mp_exptmod_fast so it would set "redux" to the comba Montgomery reduction if allowed. …
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 1873 int (*redux)(mp_int*,mp_int*,mp_int*); in s_mp_exptmod() local 1925 redux = mp_reduce; in s_mp_exptmod() 1930 redux = mp_reduce_2k_l; in s_mp_exptmod() 1960 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) { in s_mp_exptmod() 1972 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2021 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2038 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2047 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2065 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2075 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() [all …]
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 1873 int (*redux)(mp_int*,mp_int*,mp_int*); in s_mp_exptmod() local 1925 redux = mp_reduce; in s_mp_exptmod() 1930 redux = mp_reduce_2k_l; in s_mp_exptmod() 1960 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) { in s_mp_exptmod() 1972 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2021 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2038 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2047 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2065 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() 2075 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod() [all …]
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 2659 int (*redux)(mp_int*,mp_int*,mp_digit); in mp_exptmod_fast() local 2718 redux = fast_mp_montgomery_reduce; in mp_exptmod_fast() 2724 redux = mp_montgomery_reduce; in mp_exptmod_fast() 2734 redux = mp_dr_reduce; in mp_exptmod_fast() 2745 redux = mp_reduce_2k; in mp_exptmod_fast() 2795 if ((err = redux (&M[1 << (winsize - 1)], P, mp)) != MP_OKAY) { in mp_exptmod_fast() 2805 if ((err = redux (&M[x], P, mp)) != MP_OKAY) { in mp_exptmod_fast() 2848 if ((err = redux (&res, P, mp)) != MP_OKAY) { in mp_exptmod_fast() 2865 if ((err = redux (&res, P, mp)) != MP_OKAY) { in mp_exptmod_fast() 2874 if ((err = redux (&res, P, mp)) != MP_OKAY) { in mp_exptmod_fast() [all …]
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 24370 http://www.amptoons.com/blog/archives/2003/06/13/israeli-palestinian-relations-redux/
|