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

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdp.c378 int len_password = 2 * strlen(password); local
397 s = sec_init(sec_flags, 18 + len_domain + len_user + len_password
404 out_uint16_le(s, len_password);
409 rdp_out_unistr(s, password, len_password);
420 len_password = g_redirect_cookie_len;
421 len_password -= 2; /* substract 2 bytes which is added below */
435 2 + len_password + /* Password */
467 out_uint16_le(s, len_password);
481 if (0 < len_password)
489 rdp_out_unistr(s, password, len_password);
[all...]

Completed in 1204 milliseconds