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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c251 uint8 *in_token = NULL, *in_sig; local
259 licence_parse_platform_challange(s, &in_token, &in_sig);
260 memcpy(out_token, in_token, LICENCE_TOKEN_SIZE);
264 rdssl_rc4_crypt(&crypt_key, in_token, decrypt_token, LICENCE_TOKEN_SIZE);

Completed in 232 milliseconds