Searched refs:crypt_passwd (Results 1 – 2 of 2) sorted by relevance
148 char *crypt_passwd; in pam_sm_authenticate() local289 if ((crypt_passwd = crypt(passwd, rep_passwd)) == NULL) { in pam_sm_authenticate()303 if (strcmp(crypt_passwd, rep_passwd) == 0) in pam_sm_authenticate()
426 char *crypt_passwd; in files_checkhistory() local448 crypt_passwd = crypt(passwd, s); in files_checkhistory()450 crypt_passwd, s); in files_checkhistory()451 if (strcmp(crypt_passwd, s) == 0) { in files_checkhistory()456 debug("files_checkhistory(%s, %s) = %d", user, crypt_passwd, in files_checkhistory()