Searched refs:encrypted_password (Results 1 – 2 of 2) sorted by relevance
100 char *encrypted_password; in auth_password()196 encrypted_password = md5_crypt(password, salt); in auth_password()198 encrypted_password = crypt(password, salt); in auth_password()200 encrypted_password = crypt(password, salt); in auth_password()204 return (strcmp(encrypted_password, pw_password) == 0); in auth_password()
335 char *encrypted_password, local381 encrypted_password = crypt(password, login_password);384 if (strcmp(encrypted_password, login_password) != 0) {395 encrypted_password = crypt(password, login_password);396 if (strcmp(encrypted_password, login_password) != 0) {