Home
last modified time | relevance | path

Searched refs:bad_authentication_counter (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/home/
Duser-record-util.c1260 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()
/systemd-251/src/shared/
Duser-record-show.c403 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()
Duser-record.h327 uint64_t bad_authentication_counter; member
Duser-record.c66 .bad_authentication_counter = UINT64_MAX, in user_record_new()
1287 …UNSIGNED, json_dispatch_uint64, offsetof(UserRecord, bad_authentication_counter), 0 … in dispatch_status()