Searched refs:luks_pbkdf_time_cost_usec (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | user-record-show.c | 315 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()
|
D | user-record.c | 57 .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()
|
D | user-record.h | 312 uint64_t luks_pbkdf_time_cost_usec; member
|