Searched refs:unicode_len (Results 1 – 1 of 1) sorted by relevance
202 int length, unicode_len; in smb_auth_ntlm_hash() local209 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()