Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c731 char hex_lmhash[SMBAUTH_HEXHASH_SZ+1]; in smb_pwd_fputent() local
736 hex_lmhash, SMBAUTH_HEXHASH_SZ); in smb_pwd_fputent()
737 hex_lmhash[SMBAUTH_HEXHASH_SZ] = '\0'; in smb_pwd_fputent()
739 (void) strcpy(hex_lmhash, (char *)pw->pw_lmhash); in smb_pwd_fputent()
751 hex_lmhash, hex_nthash); in smb_pwd_fputent()