Searched refs:mp_mulmod (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dbignum.c198 if (mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d)
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dbignum.c198 if (mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d)
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dbignum.c198 if (mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d)
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {

Completed in 98 milliseconds