Searched refs:passwords2 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cryptsetup/
H A Dcryptsetup.c374 _cleanup_strv_free_erase_ char **passwords2 = NULL; local
383 r = ask_password_auto(text, "drive-harddisk", id, "cryptsetup", until, ASK_PASSWORD_PUSH_CACHE, &passwords2);
387 assert(strv_length(passwords2) == 1);
389 if (!streq(passwords[0], passwords2[0])) {

Completed in 24 milliseconds