Searched refs:crypt_password (Results 1 – 2 of 2) sorted by relevance
75 const char *crypt_password, *password; in pam_sm_authenticate() local121 (crypt_password = crypt(password, pwd->pw_passwd)) == NULL || in pam_sm_authenticate()122 strcmp(crypt_password, pwd->pw_passwd) != 0) in pam_sm_authenticate()
1500 char *crypt_password; in daemon_AuthUserPwd()1537 crypt_password = crypt(password, user_password); in daemon_AuthUserPwd()1538 if (crypt_password == NULL) in daemon_AuthUserPwd()1554 if (strcmp(user_password, crypt_password) != 0) in daemon_AuthUserPwd()