Home
last modified time | relevance | path

Searched refs:accept_cached (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c175 bool accept_cached = false, echo = false, silent = false; in process_one_password_file() local
184 … { "Ask", "AcceptCached", config_parse_bool, 0, &accept_cached }, in process_one_password_file()
243 SET_FLAG(flags, ASK_PASSWORD_ACCEPT_CACHED, accept_cached); in process_one_password_file()
/systemd-251/src/cryptsetup/
Dcryptsetup.c572 bool accept_cached, in get_password() argument
602 flags | (accept_cached*ASK_PASSWORD_ACCEPT_CACHED), in get_password()