Home
last modified time | relevance | path

Searched defs:password (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/shared/
Dlibcrypt-util.c140 int hash_password_full(const char *password, void **cd_data, int *cd_size, char **ret) { in hash_password_full()
182 int test_password_one(const char *hashed_password, const char *password) { in test_password_one()
199 int test_password_many(char **hashed_password, const char *password) { in test_password_many()
Dlibcrypt-util.h8 static inline int hash_password(const char *password, char **ret) { in hash_password()
Dpwquality-util.h35 static inline int quality_check_password(const char *password, const char *username, char **ret_err… in quality_check_password()
Dpwquality-util.c138 int quality_check_password(const char *password, const char *username, char **ret_error) { in quality_check_password()
Duser-record.h282 char **password; member
/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-systemd-pkcs11.c29 char **password, /* freed by cryptsetup_token_buffer_free */ in cryptsetup_token_open_pin()
63 char **password, /* freed by cryptsetup_token_buffer_free */ in cryptsetup_token_open()
Dcryptsetup-token-systemd-fido2.c29 char **password, /* freed by cryptsetup_token_buffer_free */ in cryptsetup_token_open_pin()
75 char **password, /* freed by cryptsetup_token_buffer_free */ in cryptsetup_token_open()
Dcryptsetup-token-systemd-tpm2.c54 char **password, /* freed by cryptsetup_token_buffer_free */ in cryptsetup_token_open()
/systemd-251/src/home/
Dhomectl-recovery-key.c68 static int add_secret(JsonVariant **v, const char *password) { in add_secret()
Dhomework-fscrypt.c91 const char *password, in fscrypt_slot_try_one()
213 char **password, in fscrypt_setup()
400 const char *password, in fscrypt_slot_set()
Duser-record-util.c872 int user_record_set_password(UserRecord *h, char **password, bool prepend) { in user_record_set_password()
Dhomework-luks.c261 const char *password, in upload_to_keyring()
3658 char **password) { in luks_try_resume()
/systemd-251/src/basic/
Drecovery-key.c21 int normalize_recovery_key(const char *password, char **ret) { in normalize_recovery_key()
Duser-util.h138 static inline bool hashed_password_is_locked_or_invalid(const char *password) { in hashed_password_is_locked_or_invalid()
/systemd-251/src/firstboot/
Dfirstboot.c727 static int write_root_passwd(const char *passwd_path, const char *password, const char *shell) { in write_root_passwd()
867 const char *password, *hashed_password; in process_root_args() local