Searched refs:crypt_hwid (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | licence.c | 177 licence_send_authresp(RDPCLIENT * This, uint8 * token, uint8 * crypt_hwid, uint8 * signature) in licence_send_authresp() argument 198 out_uint8p(s, crypt_hwid, LICENCE_HWID_SIZE); in licence_send_authresp() 233 uint8 hwid[LICENCE_HWID_SIZE], crypt_hwid[LICENCE_HWID_SIZE]; in licence_process_authreq() local 254 RC4(&crypt_key, LICENCE_HWID_SIZE, hwid, crypt_hwid); in licence_process_authreq() 256 licence_send_authresp(This, out_token, crypt_hwid, out_sig); in licence_process_authreq()
|
/reactos/base/applications/mstsc/ |
H A D | licence.c | 204 licence_send_platform_challenge_response(uint8 * token, uint8 * crypt_hwid, uint8 * signature) in licence_send_platform_challenge_response() argument 222 out_uint8p(s, crypt_hwid, LICENCE_HWID_SIZE); in licence_send_platform_challenge_response() 257 uint8 hwid[LICENCE_HWID_SIZE], crypt_hwid[LICENCE_HWID_SIZE]; in licence_process_platform_challenge() local 281 rdssl_rc4_crypt(crypt_key, (char *)hwid, (char *)crypt_hwid, LICENCE_HWID_SIZE); in licence_process_platform_challenge() 283 licence_send_platform_challenge_response(out_token, crypt_hwid, out_sig); in licence_process_platform_challenge()
|