Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dntlm.c120 uint16_t *unipw = NULL; in ntlm_compute_nt_hash() local
124 unipw = convert_utf8_to_leunicode(pass); in ntlm_compute_nt_hash()
125 if (unipw == NULL) in ntlm_compute_nt_hash()
127 pwsz = unicode_strlen(unipw) << 1; in ntlm_compute_nt_hash()
131 MD4Update(&ctx, unipw, pwsz); in ntlm_compute_nt_hash()
134 free(unipw); in ntlm_compute_nt_hash()