Home
last modified time | relevance | path

Searched refs:encrypted_password_s (Results 1 – 2 of 2) sorted by relevance

/external/selinux/policycoreutils/run_init/
Drun_init.c187 char *encrypted_password_s; /* user's password input after being crypt()ed */ in authenticate_via_shadow_passwd() local
210 encrypted_password_s = crypt(unencrypted_password_s, in authenticate_via_shadow_passwd()
217 return (!strcmp(encrypted_password_s, p_shadow_line->sp_pwdp)); in authenticate_via_shadow_passwd()
/external/selinux/policycoreutils/newrole/
Dnewrole.c359 char *encrypted_password_s; in authenticate_via_shadow_passwd() local
377 encrypted_password_s = crypt(unencrypted_password_s, in authenticate_via_shadow_passwd()
380 return (!strcmp(encrypted_password_s, p_shadow_line->sp_pwdp)); in authenticate_via_shadow_passwd()