Home | History | Annotate | Download | only in libvncclient

Lines Matching full:ciphertext

855   uint8_t userpass[128], ciphertext[128];
981 error = gcry_cipher_encrypt(aes, ciphertext, sizeof(ciphertext), userpass, sizeof(userpass));
988 if (!WriteToRFBServer(client, (char *)ciphertext, sizeof(ciphertext)))