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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c118 uint16_t *unipw = NULL; local
122 unipw = smbfs_convert_utf8_to_leunicode(pass);
123 if (unipw == NULL)
125 pwsz = smbfs_unicode_strlen(unipw) << 1;
129 MD4Update(&ctx, unipw, pwsz);
132 free(unipw);

Completed in 20 milliseconds