ReactOS 0.4.16-dev-457-g087979e
|
Go to the source code of this file.
Functions | |
static void | licence_generate_keys (RDPCLIENT *This, uint8 *client_random, uint8 *server_random, uint8 *pre_master_secret) |
static void | licence_generate_hwid (RDPCLIENT *This, uint8 *hwid) |
static BOOL | licence_present (RDPCLIENT *This, uint8 *client_random, uint8 *rsa_data, uint8 *licence_data, int licence_size, uint8 *hwid, uint8 *signature) |
static BOOL | licence_send_request (RDPCLIENT *This, uint8 *client_random, uint8 *rsa_data, char *user, char *host) |
static BOOL | licence_process_demand (RDPCLIENT *This, STREAM s) |
static BOOL | licence_send_authresp (RDPCLIENT *This, uint8 *token, uint8 *crypt_hwid, uint8 *signature) |
static BOOL | licence_parse_authreq (STREAM s, uint8 **token, uint8 **signature) |
static void | licence_process_authreq (RDPCLIENT *This, STREAM s) |
static void | licence_process_issue (RDPCLIENT *This, STREAM s) |
void | licence_process (RDPCLIENT *This, STREAM s) |
Definition at line 43 of file licence.c.
|
static |
Definition at line 26 of file licence.c.
Definition at line 208 of file licence.c.
Referenced by licence_process_authreq().
|
static |
Definition at line 51 of file licence.c.
Referenced by licence_process_demand().
Definition at line 300 of file licence.c.
Definition at line 229 of file licence.c.
Referenced by licence_process().
Definition at line 136 of file licence.c.
Referenced by licence_process().
Definition at line 261 of file licence.c.
Referenced by licence_process().
|
static |
Definition at line 177 of file licence.c.
Referenced by licence_process_authreq().