Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c737 char hex_lmhash[SMBAUTH_HEXHASH_SZ+1]; in smb_pwd_fputent() local
742 hex_lmhash, SMBAUTH_HEXHASH_SZ); in smb_pwd_fputent()
743 hex_lmhash[SMBAUTH_HEXHASH_SZ] = '\0'; in smb_pwd_fputent()
745 (void) strcpy(hex_lmhash, (char *)pw->pw_lmhash); in smb_pwd_fputent()
757 hex_lmhash, hex_nthash); in smb_pwd_fputent()