Home | History | Annotate | Download | only in x11vnc

Lines Matching full:vencrypt_selected

678 static int vencrypt_selected = 0;
1582 vencrypt_selected = 0;
1707 vencrypt_selected = ival;
1716 if (vencrypt_selected == rfbVencryptTlsNone ||
1717 vencrypt_selected == rfbVencryptTlsVnc ||
1718 vencrypt_selected == rfbVencryptTlsPlain) {
1739 vencrypt_selected = 0;
2246 if (vencrypt_selected > 0 || anontls_selected > 0) {
3551 if (vencrypt_selected != 0) {
3554 sprintf(tbuf, "%s,VENCRYPT=%d,%s", uniq, vencrypt_selected, cookie);