Home
last modified time | relevance | path

Searched refs:num_rounds (Results 1 – 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_i.h173 unsigned int num_rounds; member
Deap_server.c216 sm->num_rounds = 0; in SM_STATE()
267 sm->num_rounds = 0; in SM_STATE()
339 sm->num_rounds++; in SM_STATE()
1172 else if (sm->num_rounds > sm->cfg->max_auth_rounds) { in SM_STEP()
1173 if (sm->num_rounds == sm->cfg->max_auth_rounds + 1) { in SM_STEP()
1177 sm->num_rounds++; in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_i.h176 int num_rounds; member
Deap_server.c217 sm->num_rounds = 0; in SM_STATE()
267 sm->num_rounds = 0; in SM_STATE()
338 sm->num_rounds++; in SM_STATE()
1163 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) { in SM_STEP()
1164 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) { in SM_STEP()
1168 sm->num_rounds++; in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_i.h368 int num_rounds; member
Deap.c263 sm->num_rounds = 0; in SM_STATE()
281 sm->num_rounds = 0; in SM_STATE()
315 sm->num_rounds++; in SM_STATE()
1353 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) { in SM_STEP()
1362 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) { in SM_STEP()
1366 sm->num_rounds++; in SM_STEP()
/third_party/skia/third_party/externals/freetype/src/autofit/
Daflatin.c321 FT_UInt num_rounds; in af_latin_metrics_init_blues() local
418 num_rounds = 0; in af_latin_metrics_init_blues()
889 rounds[num_rounds++] = best_y_extremum; in af_latin_metrics_init_blues()
896 if ( num_flats == 0 && num_rounds == 0 ) in af_latin_metrics_init_blues()
909 af_sort_pos( num_rounds, rounds ); in af_latin_metrics_init_blues()
921 *blue_shoot = rounds[num_rounds / 2]; in af_latin_metrics_init_blues()
923 else if ( num_rounds == 0 ) in af_latin_metrics_init_blues()
931 *blue_shoot = rounds[num_rounds / 2]; in af_latin_metrics_init_blues()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_i.h368 int num_rounds; member
Deap.c262 sm->num_rounds = 0; in SM_STATE()
278 sm->num_rounds = 0; in SM_STATE()
311 sm->num_rounds++; in SM_STATE()
1328 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) { in SM_STEP()
1337 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) { in SM_STEP()
1341 sm->num_rounds++; in SM_STEP()