Searched refs:ask_password_auto (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/cryptenroll/ |
D | cryptenroll-password.c | 53 …r = ask_password_auto(question, "drive-harddisk", id, "cryptenroll", "cryptenroll.new-passphrase",… in enroll_password() 64 …r = ask_password_auto(question, "drive-harddisk", id, "cryptenroll", "cryptenroll.new-passphrase",… in enroll_password()
|
D | cryptenroll-tpm2.c | 85 r = ask_password_auto( in get_pin() 98 r = ask_password_auto( in get_pin()
|
D | cryptenroll.c | 512 r = ask_password_auto( in prepare_luks()
|
/systemd-251/src/shared/ |
D | ask-password-api.h | 23 int ask_password_auto(const char *message, const char *icon, const char *id, const char *key_name, …
|
D | ask-password-api.c | 985 int ask_password_auto( in ask_password_auto() function
|
D | libfido2-util.c | 700 …r = ask_password_auto("Please enter security token PIN:", askpw_icon_name, NULL, "fido2-pin", "fid… in fido2_generate_hmac_hash()
|
D | pkcs11-util.c | 313 … r = ask_password_auto(text, icon_name, id, key_name, credential_name, until, 0, &passwords); in pkcs11_token_login()
|
D | dissect-image.c | 2191 …r = ask_password_auto("Please enter image passphrase:", NULL, "dissect", "dissect", "dissect.passp… in dissected_image_decrypt_interactively()
|
/systemd-251/src/ask-password/ |
D | ask-password.c | 241 …r = ask_password_auto(arg_message, arg_icon, arg_id, arg_key_name, arg_credential_name ?: "passwor… in run()
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup-fido2.c | 116 …r = ask_password_auto("Please enter security token PIN:", "drive-harddisk", NULL, "fido2-pin", "cr… in acquire_fido2_key()
|
D | cryptsetup-tpm2.c | 32 r = ask_password_auto( in get_pin()
|
D | cryptsetup.c | 601 … r = ask_password_auto(text, "drive-harddisk", id, "cryptsetup", "cryptsetup.passphrase", until, in get_password() 617 …r = ask_password_auto(text, "drive-harddisk", id, "cryptsetup", "cryptsetup.passphrase", until, fl… in get_password() 890 …r = ask_password_auto("Please enter security token PIN:", "drive-harddisk", NULL, "fido2-pin", "cr… in attach_luks2_by_fido2_via_plugin()
|
/systemd-251/src/home/ |
D | homectl.c | 241 r = ask_password_auto(question, in acquire_existing_password() 299 r = ask_password_auto(question, in acquire_recovery_key() 353 r = ask_password_auto( in acquire_token_pin() 1194 r = ask_password_auto( in acquire_new_password() 1210 r = ask_password_auto( in acquire_new_password()
|