Home
last modified time | relevance | path

Searched refs:luks_pbkdf_time_cost_usec (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Duser-record-show.c315 if (hr->luks_pbkdf_time_cost_usec != UINT64_MAX) in user_record_show()
316 … printf(" PBKDF Time: %s\n", FORMAT_TIMESPAN(hr->luks_pbkdf_time_cost_usec, 0)); in user_record_show()
Duser-record.c57 .luks_pbkdf_time_cost_usec = UINT64_MAX, in user_record_new()
1205 … json_dispatch_uint64, offsetof(UserRecord, luks_pbkdf_time_cost_usec), 0 … in dispatch_per_machine()
1557 … json_dispatch_uint64, offsetof(UserRecord, luks_pbkdf_time_cost_usec), 0 … in user_record_load()
1837 if (h->luks_pbkdf_time_cost_usec == UINT64_MAX) in user_record_luks_pbkdf_time_cost_usec()
1840 … return MIN(DIV_ROUND_UP(h->luks_pbkdf_time_cost_usec, USEC_PER_MSEC), UINT32_MAX) * USEC_PER_MSEC; in user_record_luks_pbkdf_time_cost_usec()
Duser-record.h312 uint64_t luks_pbkdf_time_cost_usec; member