mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,fastpath] unify fastpath stream decryption
This commit is contained in:
committed by
Martin Fleisz
parent
ee6de6d293
commit
04ede67940
@@ -55,18 +55,6 @@ enum FASTPATH_OUTPUT_ACTION_TYPE
|
||||
FASTPATH_OUTPUT_ACTION_X224 = 0x3
|
||||
};
|
||||
|
||||
enum FASTPATH_INPUT_ENCRYPTION_FLAGS
|
||||
{
|
||||
FASTPATH_INPUT_SECURE_CHECKSUM = 0x1,
|
||||
FASTPATH_INPUT_ENCRYPTED = 0x2
|
||||
};
|
||||
|
||||
enum FASTPATH_OUTPUT_ENCRYPTION_FLAGS
|
||||
{
|
||||
FASTPATH_OUTPUT_SECURE_CHECKSUM = 0x1,
|
||||
FASTPATH_OUTPUT_ENCRYPTED = 0x2
|
||||
};
|
||||
|
||||
enum FASTPATH_UPDATETYPE
|
||||
{
|
||||
FASTPATH_UPDATETYPE_ORDERS = 0x0,
|
||||
@@ -142,6 +130,8 @@ FREERDP_LOCAL BOOL fastpath_read_header_rdp(rdpFastPath* fastpath, wStream* s, U
|
||||
FREERDP_LOCAL int fastpath_recv_updates(rdpFastPath* fastpath, wStream* s);
|
||||
FREERDP_LOCAL int fastpath_recv_inputs(rdpFastPath* fastpath, wStream* s);
|
||||
|
||||
FREERDP_LOCAL BOOL fastpath_decrypt(rdpFastPath* fastpath, wStream* s, UINT16* length);
|
||||
|
||||
FREERDP_LOCAL wStream* fastpath_input_pdu_init_header(rdpFastPath* fastpath);
|
||||
FREERDP_LOCAL wStream* fastpath_input_pdu_init(rdpFastPath* fastpath, BYTE eventFlags,
|
||||
BYTE eventCode);
|
||||
|
||||
Reference in New Issue
Block a user