Searched refs:unencrypted_password_s (Results 1 – 2 of 2) sorted by relevance
186 char *unencrypted_password_s; /* unencrypted password input by user */ in authenticate_via_shadow_passwd() local202 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()
358 char *unencrypted_password_s; in authenticate_via_shadow_passwd() local371 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()