HomeSort by relevance Sort by last modified time
    Searched refs:unencrypted_password_s (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/run_init/
run_init.c 186 char *unencrypted_password_s; /* unencrypted password input by user */ local
202 if (!(unencrypted_password_s = getpass(PASSWORD_PROMPT))) {
210 encrypted_password_s = crypt(unencrypted_password_s,
212 memset(unencrypted_password_s, 0, strlen(unencrypted_password_s));
  /external/selinux/policycoreutils/newrole/
newrole.c 354 char *unencrypted_password_s; local
367 if (!(unencrypted_password_s = getpass(PASSWORD_PROMPT))) {
373 encrypted_password_s = crypt(unencrypted_password_s,
375 memset(unencrypted_password_s, 0, strlen(unencrypted_password_s));
    [all...]

Completed in 58 milliseconds