Searched refs:unicode_len (Results 1 – 1 of 1) sorted by relevance
147 int length, unicode_len; in smb_auth_ntlm_hash() local154 unicode_len = (length + 1) * sizeof (smb_wchar_t); in smb_auth_ntlm_hash()155 unicode_password = malloc(unicode_len); in smb_auth_ntlm_hash()163 (void) memset(unicode_password, 0, unicode_len); in smb_auth_ntlm_hash()