ReactOS 0.4.16-dev-329-g9223134
|
#include <rdesktop.h>
Public Attributes | |
int | rc4_key_len |
RC4_KEY | rc4_decrypt_key |
RC4_KEY | rc4_encrypt_key |
RSA * | server_public_key |
uint32 | server_public_key_len |
uint8 | sign_key [16] |
uint8 | decrypt_key [16] |
uint8 | encrypt_key [16] |
uint8 | decrypt_update_key [16] |
uint8 | encrypt_update_key [16] |
uint8 | crypted_random [SEC_MAX_MODULUS_SIZE] |
int | encrypt_use_count |
int | decrypt_use_count |
Definition at line 279 of file rdesktop.h.
uint8 rdpclient::secure_::crypted_random[SEC_MAX_MODULUS_SIZE] |
Definition at line 292 of file rdesktop.h.
uint8 rdpclient::secure_::decrypt_key[16] |
Definition at line 288 of file rdesktop.h.
uint8 rdpclient::secure_::decrypt_update_key[16] |
Definition at line 290 of file rdesktop.h.
int rdpclient::secure_::decrypt_use_count |
Definition at line 296 of file rdesktop.h.
uint8 rdpclient::secure_::encrypt_key[16] |
Definition at line 289 of file rdesktop.h.
uint8 rdpclient::secure_::encrypt_update_key[16] |
Definition at line 291 of file rdesktop.h.
int rdpclient::secure_::encrypt_use_count |
Definition at line 295 of file rdesktop.h.
RC4_KEY rdpclient::secure_::rc4_decrypt_key |
Definition at line 282 of file rdesktop.h.
RC4_KEY rdpclient::secure_::rc4_encrypt_key |
Definition at line 283 of file rdesktop.h.
int rdpclient::secure_::rc4_key_len |
Definition at line 281 of file rdesktop.h.
RSA* rdpclient::secure_::server_public_key |
Definition at line 284 of file rdesktop.h.
uint32 rdpclient::secure_::server_public_key_len |
Definition at line 285 of file rdesktop.h.
uint8 rdpclient::secure_::sign_key[16] |
Definition at line 287 of file rdesktop.h.