ReactOS
0.4.15-dev-1632-g4e289ce
|
#include "precomp.h"
Go to the source code of this file.
Variables | |
char | g_username [256] |
char | g_hostname [256] |
RDP_VERSION | g_rdp_version |
static uint8 | g_licence_key [16] |
static uint8 | g_licence_sign_key [16] |
RD_BOOL | g_licence_issued = False |
RD_BOOL | g_licence_error_result = False |
Definition at line 66 of file licence.c.
Referenced by licence_process_platform_challenge(), and licence_process_request().
|
static |
Definition at line 49 of file licence.c.
Referenced by licence_process_request().
|
static |
Definition at line 74 of file licence.c.
Referenced by licence_process_request().
|
static |
Definition at line 232 of file licence.c.
Referenced by licence_process_platform_challenge().
Definition at line 378 of file licence.c.
Referenced by sec_recv().
Definition at line 288 of file licence.c.
Referenced by licence_process().
Definition at line 253 of file licence.c.
Referenced by licence_process().
Definition at line 156 of file licence.c.
Referenced by licence_process().
|
static |
Definition at line 115 of file licence.c.
Referenced by licence_process_request().
|
static |
Definition at line 204 of file licence.c.
Referenced by licence_process_platform_challenge().
int rdssl_mod_exp | ( | char * | out, |
int | out_len, | ||
char * | in, | ||
int | in_len, | ||
char * | mod, | ||
int | mod_len, | ||
char * | exp, | ||
int | exp_len | ||
) |
Definition at line 1485 of file ssl_calls.c.
Definition at line 173 of file ssl_calls.c.
Referenced by licence_process_new_license(), licence_process_platform_challenge(), and licence_process_request().
Definition at line 51 of file ssl_calls.c.
Referenced by licence_process_new_license(), licence_process_platform_challenge(), and licence_process_request().
Definition at line 90 of file ssl_calls.c.
Referenced by licence_process_new_license(), licence_process_platform_challenge(), and licence_process_request().
Definition at line 123 of file ssl_calls.c.
Referenced by licence_process_new_license(), licence_process_platform_challenge(), and licence_process_request().
char g_hostname[256] |
Definition at line 26 of file uimain.c.
Referenced by licence_generate_hwid(), and licence_process_request().
Definition at line 45 of file licence.c.
Referenced by licence_process_error_alert(), sec_init(), sec_recv(), sec_reset_state(), and sec_send_to_channel().
Definition at line 44 of file licence.c.
Referenced by licence_process_error_alert(), licence_process_new_license(), sec_init(), sec_recv(), sec_reset_state(), and sec_send_to_channel().
|
static |
Definition at line 41 of file licence.c.
Referenced by licence_generate_keys(), licence_process_new_license(), licence_process_platform_challenge(), and licence_process_request().
|
static |
Definition at line 42 of file licence.c.
Referenced by licence_generate_keys(), licence_process_platform_challenge(), and licence_process_request().
RDP_VERSION g_rdp_version |
Definition at line 74 of file uimain.c.
Referenced by licence_info(), licence_send_new_licence_request(), and licence_send_platform_challenge_response().
char g_username[256] |
Definition at line 25 of file uimain.c.
Referenced by licence_process_request().