Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/run_init/
Drun_init.c186 char *unencrypted_password_s; /* unencrypted password input by user */ in authenticate_via_shadow_passwd() local
202 if (!(unencrypted_password_s = getpass(PASSWORD_PROMPT))) { in authenticate_via_shadow_passwd()
210 encrypted_password_s = crypt(unencrypted_password_s, in authenticate_via_shadow_passwd()
212 memset(unencrypted_password_s, 0, strlen(unencrypted_password_s)); in authenticate_via_shadow_passwd()
/external/selinux/policycoreutils/newrole/
Dnewrole.c358 char *unencrypted_password_s; in authenticate_via_shadow_passwd() local
371 if (!(unencrypted_password_s = getpass(PASSWORD_PROMPT))) { in authenticate_via_shadow_passwd()
377 encrypted_password_s = crypt(unencrypted_password_s, in authenticate_via_shadow_passwd()
379 memset(unencrypted_password_s, 0, strlen(unencrypted_password_s)); in authenticate_via_shadow_passwd()