Home
last modified time | relevance | path

Searched refs:crypt_passwd (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c148 char *crypt_passwd; in pam_sm_authenticate() local
289 if ((crypt_passwd = crypt(passwd, rep_passwd)) == NULL) { in pam_sm_authenticate()
303 if (strcmp(crypt_passwd, rep_passwd) == 0) in pam_sm_authenticate()
/titanic_50/usr/src/lib/passwdutil/
H A Dfiles_attr.c426 char *crypt_passwd; in files_checkhistory() local
448 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()