Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c736 char hex_nthash[SMBAUTH_HEXHASH_SZ+1]; in smb_pwd_fputent() local
750 hex_nthash, SMBAUTH_HEXHASH_SZ); in smb_pwd_fputent()
751 hex_nthash[SMBAUTH_HEXHASH_SZ] = '\0'; in smb_pwd_fputent()
753 (void) strcpy(hex_nthash, (char *)pw->pw_nthash); in smb_pwd_fputent()
757 hex_lmhash, hex_nthash); in smb_pwd_fputent()