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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c209 u_char crypt_key[66]; local
214 Expand(des_key, crypt_key);
215 setkey(crypt_key);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c173 u_char crypt_key[66]; local
178 Expand(des_key, crypt_key);
179 setkey((char*)crypt_key);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c162 RDSSL_RC4 crypt_key; local
180 rdssl_rc4_set_key(&crypt_key, g_licence_key, 16);
181 rdssl_rc4_crypt(&crypt_key, hwid, hwid, sizeof(hwid));
256 RDSSL_RC4 crypt_key; local
263 rdssl_rc4_set_key(&crypt_key, g_licence_key, 16);
264 rdssl_rc4_crypt(&crypt_key, in_token, decrypt_token, LICENCE_TOKEN_SIZE);
273 rdssl_rc4_set_key(&crypt_key, g_licence_key, 16);
274 rdssl_rc4_crypt(&crypt_key, hwid, crypt_hwid, LICENCE_HWID_SIZE);
283 RDSSL_RC4 crypt_key; local
292 rdssl_rc4_set_key(&crypt_key, g_licence_ke
[all...]

Completed in 1164 milliseconds