Home
last modified time | relevance | path

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

/systemd-251/src/home/
Duser-record-util.c1204 switch (h->good_authentication_counter) { in user_record_good_authentication()
1209 counter = h->good_authentication_counter; /* saturate */ in user_record_good_authentication()
1212 counter = h->good_authentication_counter + 1; in user_record_good_authentication()
1245 h->good_authentication_counter = counter; in user_record_good_authentication()
/systemd-251/src/shared/
Duser-record-show.c397 if (hr->good_authentication_counter != UINT64_MAX) in user_record_show()
398 printf(" Good Auth.: %" PRIu64 "\n", hr->good_authentication_counter); in user_record_show()
Duser-record.h326 uint64_t good_authentication_counter; member
Duser-record.c65 .good_authentication_counter = UINT64_MAX, in user_record_new()
1286 …UNSIGNED, json_dispatch_uint64, offsetof(UserRecord, good_authentication_counter), 0 … in dispatch_status()