Searched refs:user_record_make_hashed_password (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/home/ |
D | user-record-util.h | 50 int user_record_make_hashed_password(UserRecord *h, char **password, bool extend);
|
D | user-record-util.c | 777 int user_record_make_hashed_password(UserRecord *h, char **secret, bool extend) { in user_record_make_hashed_password() function
|
D | homectl.c | 1301 … r = user_record_make_hashed_password(hr, STRV_MAKE(new_password), /* extend = */ false); in create_home() 1357 … r = user_record_make_hashed_password(hr, STRV_MAKE(new_password), /* extend = */ false); in create_home()
|
D | homed-home.c | 1872 r = user_record_make_hashed_password(c, new_secret->password, /* extend = */ false); in home_passwd()
|