Searched refs:s_mp_mul_high_digs (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2279 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2594 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2279 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2594 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2279 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2594 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function

Completed in 123 milliseconds