Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c146 smb_wchar_t *unicode_password; in smb_auth_ntlm_hash() local
155 unicode_password = malloc(unicode_len); in smb_auth_ntlm_hash()
157 if (unicode_password == NULL) in smb_auth_ntlm_hash()
160 length = smb_auth_qnd_unicode(unicode_password, password, length); in smb_auth_ntlm_hash()
161 rc = smb_auth_md4(hash, (unsigned char *)unicode_password, length); in smb_auth_ntlm_hash()
163 (void) memset(unicode_password, 0, unicode_len); in smb_auth_ntlm_hash()
164 free(unicode_password); in smb_auth_ntlm_hash()