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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1807 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1819 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1807 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1819 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1807 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1819 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function

Completed in 83 milliseconds