Searched refs:unipw (Results 1 – 1 of 1) sorted by relevance
120 uint16_t *unipw = NULL; in ntlm_compute_nt_hash() local124 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()