Searched refs:bad_authentication_counter (Results 1 – 4 of 4) sorted by relevance
1260 switch (h->bad_authentication_counter) { in user_record_bad_authentication()1265 counter = h->bad_authentication_counter; /* saturate */ in user_record_bad_authentication()1268 counter = h->bad_authentication_counter + 1; in user_record_bad_authentication()1301 h->bad_authentication_counter = counter; in user_record_bad_authentication()
403 if (hr->bad_authentication_counter != UINT64_MAX) in user_record_show()404 printf(" Bad Auth.: %" PRIu64 "\n", hr->bad_authentication_counter); in user_record_show()
327 uint64_t bad_authentication_counter; member
66 .bad_authentication_counter = UINT64_MAX, in user_record_new()1287 …UNSIGNED, json_dispatch_uint64, offsetof(UserRecord, bad_authentication_counter), 0 … in dispatch_status()