Searched refs:mp_reduce_2k_setup_l (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_reduce_2k_setup_l.c19 int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) function
H A Dbn_s_mp_exptmod.c82 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
H A Dtommath.h438 int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
/external/wpa_supplicant/
H A Dlibtommath.c137 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
1669 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
1917 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c168 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
1927 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
2175 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) function
/external/dropbear/libtommath/demo/
H A Ddemo.c361 mp_reduce_2k_setup_l(&a, &d);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c6861 int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) function
8939 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {

Completed in 55 milliseconds