Home
last modified time | relevance | path

Searched defs:hashed_password (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dlibcrypt-util.c182 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()
Dgroup-record.h30 char **hashed_password; /* maps to 'struct sgrp' .sg_passwd field */ member
Duser-record.h185 char *hashed_password; member
202 char *hashed_password; member
213 char *hashed_password; member
280 char **hashed_password; member
/systemd-251/src/firstboot/
Dfirstboot.c795 static int write_root_shadow(const char *shadow_path, const char *hashed_password) { in write_root_shadow()
867 const char *password, *hashed_password; in process_root_args() local
/systemd-251/src/home/
Duser-record-util.c833 int user_record_set_hashed_password(UserRecord *h, char **hashed_password) { in user_record_set_hashed_password()