Home
last modified time | relevance | path

Searched refs:in_token (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dlicence.c231 uint8 *in_token, *in_sig; in licence_process_authreq() local
239 licence_parse_authreq(s, &in_token, &in_sig); in licence_process_authreq()
240 memcpy(out_token, in_token, LICENCE_TOKEN_SIZE); in licence_process_authreq()
244 RC4(&crypt_key, LICENCE_TOKEN_SIZE, in_token, decrypt_token); in licence_process_authreq()
/reactos/base/applications/mstsc/
H A Dlicence.c255 uint8 *in_token = NULL, *in_sig; in licence_process_platform_challenge() local
263 licence_parse_platform_challenge(s, &in_token, &in_sig); in licence_process_platform_challenge()
264 memcpy(out_token, in_token, LICENCE_TOKEN_SIZE); in licence_process_platform_challenge()
269 rdssl_rc4_crypt(crypt_key, (char *)in_token, (char *)decrypt_token, LICENCE_TOKEN_SIZE); in licence_process_platform_challenge()