Searched defs:hashed_password (Results 1 – 5 of 5) sorted by relevance
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()
30 char **hashed_password; /* maps to 'struct sgrp' .sg_passwd field */ member
185 char *hashed_password; member202 char *hashed_password; member213 char *hashed_password; member280 char **hashed_password; member
795 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
833 int user_record_set_hashed_password(UserRecord *h, char **hashed_password) { in user_record_set_hashed_password()