Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c427 char *crypt_passwd; in files_checkhistory() local
449 crypt_passwd = crypt(passwd, s); in files_checkhistory()
451 crypt_passwd, s); in files_checkhistory()
452 if (strcmp(crypt_passwd, s) == 0) { in files_checkhistory()
457 debug("files_checkhistory(%s, %s) = %d", user, crypt_passwd, in files_checkhistory()