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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dssl.h46 #define RDSSL_RC4 RC4_KEY macro
58 void rdssl_rc4_set_key(RDSSL_RC4 * rc4, uint8 * key, uint32 len);
59 void rdssl_rc4_crypt(RDSSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len);
H A Dlicence.c162 RDSSL_RC4 crypt_key;
256 RDSSL_RC4 crypt_key;
283 RDSSL_RC4 crypt_key;
H A Dssl.c70 rdssl_rc4_set_key(RDSSL_RC4 * rc4, uint8 * key, uint32 len)
76 rdssl_rc4_crypt(RDSSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len)
H A Dsecure.c52 static RDSSL_RC4 g_rc4_decrypt_key;
53 static RDSSL_RC4 g_rc4_encrypt_key;
264 RDSSL_RC4 update;

Completed in 66 milliseconds