Searched refs:good_authentication_counter (Results 1 – 4 of 4) sorted by relevance
1204 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()
397 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()
326 uint64_t good_authentication_counter; member
65 .good_authentication_counter = UINT64_MAX, in user_record_new()1286 …UNSIGNED, json_dispatch_uint64, offsetof(UserRecord, good_authentication_counter), 0 … in dispatch_status()