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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c75 uint32 sec_flags = SEC_LICENCE_NEG; local
81 s = sec_init(sec_flags, length + 2);
108 sec_send(s, sec_flags);
115 uint32 sec_flags = SEC_LICENCE_NEG; local
122 s = sec_init(sec_flags, length + 2);
149 sec_send(s, sec_flags);
202 uint32 sec_flags = SEC_LICENCE_NEG; local
206 s = sec_init(sec_flags, length + 2);
223 sec_send(s, sec_flags);
H A Dsecure.c806 uint32 sec_flags; local
826 in_uint32_le(s, sec_flags);
830 if (sec_flags & SEC_ENCRYPT)
836 if (sec_flags & SEC_LICENCE_NEG)
842 if (sec_flags & 0x0400) /* SEC_REDIRECT_ENCRYPT */
878 if ((sec_flags & 0xffff) == SEC_LICENCE_NEG)
H A Drdp.c387 uint32 sec_flags = g_encryption ? (SEC_LOGON_INFO | SEC_ENCRYPT) : SEC_LOGON_INFO; local
397 s = sec_init(sec_flags, 18 + len_domain + len_user + len_password
459 s = sec_init(sec_flags, packetlen);
557 sec_send(s, sec_flags);
961 uint32 sec_flags = g_encryption ? (RDP5_FLAG | SEC_ENCRYPT) : RDP5_FLAG; local
985 s = sec_init(sec_flags, 6 + 14 + caplen + sizeof(RDP_SOURCE));
1029 sec_send(s, sec_flags);

Completed in 1227 milliseconds