Searched refs:um (Results 1 – 3 of 3) sorted by relevance
/hostap-3.6.0/src/tls/ |
D | libtommath.c | 2261 int res, um = m->used; in mp_reduce() local 2269 mp_rshd (&q, um - 1); in mp_reduce() 2272 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) { in mp_reduce() 2278 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2282 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2295 mp_rshd (&q, um + 1); in mp_reduce() 2298 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) { in mp_reduce() 2303 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) { in mp_reduce() 2315 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()
|
/hostap-3.6.0/tests/hwsim/vm/ |
D | README | 15 yes "" | ARCH=um make -j <n_cpus>
|
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 1001 … <translation>Drücke den PBC Knopf auf dem Bildschirm um die Registrierung zu starten</translation> 1182 <translation>Drücke die Taste am AP um den PBC Modus zu starten.</translation> 1187 …<translation>Wenn Sie es noch nicht getan haben, so drücken Sie die Taste am AP um den PBC Modus z…
|