Lines Matching defs:counter
280 u8 counter, k;
332 * base || counter)
344 addr[num_elem] = &counter;
345 len[num_elem] = sizeof(counter);
355 for (counter = 1; counter <= k || !found; counter++) {
358 if (counter > 200) {
364 wpa_printf(MSG_DEBUG, "SAE: counter = %03u", counter);
457 u8 counter, k, sel_counter = 0;
485 * password [|| identifier] || counter)
497 addr[num_elem] = &counter;
498 len[num_elem] = sizeof(counter);
503 for (counter = 1; counter <= k || !found; counter++) {
507 if (counter > 200) {
513 wpa_printf(MSG_DEBUG, "SAE: counter = %02u", counter);
530 sel_counter = const_time_select_u8(found, sel_counter, counter);
538 wpa_printf(MSG_DEBUG, "SAE: Use PWE from counter = %02u", sel_counter);