Home
last modified time | relevance | path

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

/systemd-251/src/cryptenroll/
Dcryptenroll-password.c42 _cleanup_strv_free_erase_ char **passwords = NULL, **passwords2 = NULL; in enroll_password() local
64 … "drive-harddisk", id, "cryptenroll", "cryptenroll.new-passphrase", USEC_INFINITY, 0, &passwords2); in enroll_password()
68 assert(strv_length(passwords2) == 1); in enroll_password()
70 if (strv_equal(passwords, passwords2)) { in enroll_password()
71 new_password = passwords2[0]; in enroll_password()
72 passwords2 = mfree(passwords2); in enroll_password()
/systemd-251/src/cryptsetup/
Dcryptsetup.c608 _cleanup_strv_free_erase_ char **passwords2 = NULL; in get_password() local
617 …auto(text, "drive-harddisk", id, "cryptsetup", "cryptsetup.passphrase", until, flags, &passwords2); in get_password()
621 assert(strv_length(passwords2) == 1); in get_password()
623 if (!streq(passwords[0], passwords2[0])) in get_password()