Searched refs:accept_cached (Results 1 - 2 of 2) sorted by relevance
/systemd/src/tty-ask-password-agent/ |
H A D | tty-ask-password-agent.c | 284 bool accept_cached = false, echo = false; local 293 { "Ask", "AcceptCached", config_parse_bool, 0, &accept_cached }, 352 r = ask_password_plymouth(message, not_after, accept_cached ? ASK_PASSWORD_ACCEPT_CACHED : 0, filename, &passwords);
|
/systemd/src/cryptsetup/ |
H A D | cryptsetup.c | 318 static int get_password(const char *vol, const char *src, usec_t until, bool accept_cached, char ***ret) { argument 368 ASK_PASSWORD_PUSH_CACHE | (accept_cached*ASK_PASSWORD_ACCEPT_CACHED),
|
Completed in 1029 milliseconds