Searched refs:crypt_passwd (Results 1 – 2 of 2) sorted by relevance
150 char *crypt_passwd; in pam_sm_authenticate() local292 if ((crypt_passwd = crypt(passwd, rep_passwd)) == NULL) { in pam_sm_authenticate()306 if (strcmp(crypt_passwd, rep_passwd) == 0) in pam_sm_authenticate()
431 char *crypt_passwd; in files_checkhistory() local453 crypt_passwd = crypt(passwd, s); in files_checkhistory()455 crypt_passwd, s); in files_checkhistory()456 if (strcmp(crypt_passwd, s) == 0) { in files_checkhistory()461 debug("files_checkhistory(%s, %s) = %d", user, crypt_passwd, in files_checkhistory()