Searched defs:crypt_hwid (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c200 licence_send_platform_challange_response(uint8 * token, uint8 * crypt_hwid, uint8 * signature) argument
218 out_uint8p(s, crypt_hwid, LICENCE_HWID_SIZE);
253 uint8 hwid[LICENCE_HWID_SIZE], crypt_hwid[LICENCE_HWID_SIZE]; local
274 rdssl_rc4_crypt(&crypt_key, hwid, crypt_hwid, LICENCE_HWID_SIZE);
276 licence_send_platform_challange_response(out_token, crypt_hwid, out_sig);

Completed in 41 milliseconds