Home
last modified time | relevance | path

Searched refs:_cleanup_strv_free_erase_ (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/cryptenroll/
Dcryptenroll-password.c42 _cleanup_strv_free_erase_ char **passwords = NULL, **passwords2 = NULL; in enroll_password()
Dcryptenroll-tpm2.c78 _cleanup_strv_free_erase_ char **pin = NULL, **pin2 = NULL; in get_pin()
Dcryptenroll.c506 _cleanup_strv_free_erase_ char **passwords = NULL; in prepare_luks()
/systemd-251/src/shared/
Dask-password-api.c86 _cleanup_strv_free_erase_ char **l = NULL; in add_to_keyring()
397 _cleanup_strv_free_erase_ char **l = NULL; in ask_password_tty()
720 _cleanup_strv_free_erase_ char **l = NULL; in ask_password_agent()
Dpwquality-util.c107 _cleanup_strv_free_erase_ char **suggestions = NULL; in suggest_passwords()
Dpkcs11-util.c277 _cleanup_strv_free_erase_ char **passwords = NULL; in pkcs11_token_login()
Ddissect-image.c2170 _cleanup_strv_free_erase_ char **z = NULL; in dissected_image_decrypt_interactively()
/systemd-251/src/cryptsetup/
Dcryptsetup.c576 _cleanup_strv_free_erase_ char **passwords = NULL; in get_password()
608 _cleanup_strv_free_erase_ char **passwords2 = NULL; in get_password()
834 _cleanup_strv_free_erase_ char **pins = NULL; in acquire_pins_from_env_variable()
864 _cleanup_strv_free_erase_ char **pins = NULL; in attach_luks2_by_fido2_via_plugin()
1876 _cleanup_strv_free_erase_ char **passwords = NULL; in run()
Dcryptsetup-fido2.c34 _cleanup_strv_free_erase_ char **pins = NULL; in acquire_fido2_key()
Dcryptsetup-tpm2.c16 _cleanup_strv_free_erase_ char **pin = NULL; in get_pin()
/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dluks2-fido2.c27 _cleanup_strv_free_erase_ char **pins = NULL; in acquire_luks2_key()
/systemd-251/src/ask-password/
Dask-password.c224 _cleanup_strv_free_erase_ char **l = NULL; in run()
/systemd-251/src/basic/
Dstrv.h30 #define _cleanup_strv_free_erase_ _cleanup_(strv_free_erasep) macro
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c233 _cleanup_strv_free_erase_ char **passwords = NULL; in process_one_password_file()
/systemd-251/src/firstboot/
Dfirstboot.c626 _cleanup_strv_free_erase_ char **a = NULL, **b = NULL; in prompt_root_password()