Searched refs:mp_reduce_2k (Results 1 - 10 of 10) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_reduce_2k.c19 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d) function
H A Dbn_mp_exptmod_fast.c128 redux = mp_reduce_2k;
H A Dtommath.h425 /* returns true if a can be reduced with mp_reduce_2k */
432 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d);
H A Dbn.tex1541 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d);
/external/dropbear/libtommath/etc/
H A Dmersenne.c53 if ((res = mp_reduce_2k (&u, &n, 1)) != MP_OKAY) {
/external/dropbear/libtommath/demo/
H A Ddemo.c252 /* test mp_reduce_2k */
253 printf("Testing mp_reduce_2k...\n");
273 mp_reduce_2k(&b, &a, 2);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c3056 redux = mp_reduce_2k;
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c3056 redux = mp_reduce_2k;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c3056 redux = mp_reduce_2k;
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2745 redux = mp_reduce_2k;
6679 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d) function
6908 /* determines if mp_reduce_2k can be used */

Completed in 121 milliseconds