Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c202 int length, unicode_len; in smb_auth_ntlm_hash() local
209 unicode_len = (length + 1) * sizeof (smb_wchar_t); in smb_auth_ntlm_hash()
210 unicode_password = malloc(unicode_len); in smb_auth_ntlm_hash()
218 (void) memset(unicode_password, 0, unicode_len); in smb_auth_ntlm_hash()