Searched refs:arg_token_timeout_usec (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/cryptsetup/ |
D | cryptsetup.c | 88 static usec_t arg_token_timeout_usec = 30*USEC_PER_SEC; variable 428 r = parse_sec_fix_0(val, &arg_token_timeout_usec); in parse_one_option() 751 …r = sd_event_add_time_relative(event, NULL, CLOCK_MONOTONIC, arg_token_timeout_usec, USEC_PER_SEC,… in make_security_device_monitor() 1225 …r = sd_event_add_time_relative(event, NULL, CLOCK_MONOTONIC, arg_token_timeout_usec, USEC_PER_SEC,… in make_tpm2_device_monitor()
|