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

  /external/selinux/policycoreutils/run_init/
run_init.c 187 char *encrypted_password_s; /* user's password input after being crypt()ed */ local
210 encrypted_password_s = crypt(unencrypted_password_s,
217 return (!strcmp(encrypted_password_s, p_shadow_line->sp_pwdp));
  /external/selinux/policycoreutils/newrole/
newrole.c 359 char *encrypted_password_s; local
377 encrypted_password_s = crypt(unencrypted_password_s,
380 return (!strcmp(encrypted_password_s, p_shadow_line->sp_pwdp));
    [all...]

Completed in 327 milliseconds