Searched refs:p_shadow_line (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/run_init/
H A Drun_init.c185 struct spwd *p_shadow_line; /* struct derived from shadow passwd file line */ local
189 /* Make `p_shadow_line' point to the data from the current user's *
192 p_shadow_line = getspnam(p_passwd_line->pw_name);
194 if (!(p_shadow_line)) {
211 p_shadow_line->sp_pwdp);
217 return (!strcmp(encrypted_password_s, p_shadow_line->sp_pwdp));
/external/selinux/policycoreutils/newrole/
H A Dnewrole.c357 struct spwd *p_shadow_line; local
362 p_shadow_line = getspnam(uname);
364 if (!(p_shadow_line)) {
378 p_shadow_line->sp_pwdp);
380 return (!strcmp(encrypted_password_s, p_shadow_line->sp_pwdp));

Completed in 84 milliseconds