ReactOS 0.4.15-dev-7953-g1f49173
rdpclient::secure_ Struct Reference

#include <rdesktop.h>

Collaboration diagram for rdpclient::secure_:

Public Attributes

int rc4_key_len
 
RC4_KEY rc4_decrypt_key
 
RC4_KEY rc4_encrypt_key
 
RSAserver_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
 

Detailed Description

Definition at line 279 of file rdesktop.h.

Member Data Documentation

◆ crypted_random

uint8 rdpclient::secure_::crypted_random[SEC_MAX_MODULUS_SIZE]

Definition at line 292 of file rdesktop.h.

◆ decrypt_key

uint8 rdpclient::secure_::decrypt_key[16]

Definition at line 288 of file rdesktop.h.

◆ decrypt_update_key

uint8 rdpclient::secure_::decrypt_update_key[16]

Definition at line 290 of file rdesktop.h.

◆ decrypt_use_count

int rdpclient::secure_::decrypt_use_count

Definition at line 296 of file rdesktop.h.

◆ encrypt_key

uint8 rdpclient::secure_::encrypt_key[16]

Definition at line 289 of file rdesktop.h.

◆ encrypt_update_key

uint8 rdpclient::secure_::encrypt_update_key[16]

Definition at line 291 of file rdesktop.h.

◆ encrypt_use_count

int rdpclient::secure_::encrypt_use_count

Definition at line 295 of file rdesktop.h.

◆ rc4_decrypt_key

RC4_KEY rdpclient::secure_::rc4_decrypt_key

Definition at line 282 of file rdesktop.h.

◆ rc4_encrypt_key

RC4_KEY rdpclient::secure_::rc4_encrypt_key

Definition at line 283 of file rdesktop.h.

◆ rc4_key_len

int rdpclient::secure_::rc4_key_len

Definition at line 281 of file rdesktop.h.

◆ server_public_key

RSA* rdpclient::secure_::server_public_key

Definition at line 284 of file rdesktop.h.

◆ server_public_key_len

uint32 rdpclient::secure_::server_public_key_len

Definition at line 285 of file rdesktop.h.

◆ sign_key

uint8 rdpclient::secure_::sign_key[16]

Definition at line 287 of file rdesktop.h.


The documentation for this struct was generated from the following file: