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

/external/libvncserver/x11vnc/
H A Doptions.c69 int vencrypt_mode = VENCRYPT_SUPPORT; variable
H A Doptions.h69 extern int vencrypt_mode;
H A Dsslhelper.c1742 if (vencrypt_mode == VENCRYPT_NONE && anontls_mode == ANONTLS_NONE) {
1747 if (vencrypt_mode == VENCRYPT_FORCE || anontls_mode == ANONTLS_FORCE) {
1756 if (ssl_verify && vencrypt_mode != VENCRYPT_FORCE && anontls_mode == ANONTLS_FORCE) {
1794 if (vencrypt_mode == VENCRYPT_FORCE || anontls_mode == ANONTLS_FORCE) {
1831 if (vencrypt_mode == VENCRYPT_FORCE) {
1835 } else if (vencrypt_mode == VENCRYPT_SOLE) {
1840 if (vencrypt_mode == VENCRYPT_SUPPORT) {
H A Dx11vnc.c2719 vencrypt_mode = VENCRYPT_NONE;
2721 vencrypt_mode = VENCRYPT_SUPPORT;
2723 vencrypt_mode = VENCRYPT_SOLE;
2725 vencrypt_mode = VENCRYPT_FORCE;
2770 vencrypt_mode = VENCRYPT_NONE;

Completed in 1743 milliseconds