Searched refs:licence_size (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c73 uint8 * licence_data, int licence_size, uint8 * hwid, uint8 * signature)
78 licence_size + LICENCE_HWID_SIZE + LICENCE_SIGNATURE_SIZE;
98 out_uint16_le(s, licence_size);
99 out_uint8p(s, licence_data, licence_size);
161 int licence_size; local
172 licence_size = load_licence(&licence_data);
173 if (licence_size > 0)
186 licence_info(null_data, null_data, licence_data, licence_size, hwid, signature);
72 licence_info(uint8 * client_random, uint8 * rsa_data, uint8 * licence_data, int licence_size, uint8 * hwid, uint8 * signature) argument

Completed in 1667 milliseconds