Searched refs:mp_reduce_2k_setup_l (Results 1 - 8 of 8) 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_8/hostapd/src/tls/
H A Dlibtommath.c181 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
1943 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
2191 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c181 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
1943 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
2191 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c181 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
1943 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
2191 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 49 milliseconds