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

/external/libvncserver/x11vnc/
H A Doptions.c72 int anontls_mode = ANONTLS_SUPPORT; variable
H A Doptions.h72 extern int anontls_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) {
1833 } else if (anontls_mode == ANONTLS_FORCE && !ssl_verify) {
1837 } else if (anontls_mode == ANONTLS_SOLE && !ssl_verify) {
1843 if (anontls_mode == ANONTLS_SUPPORT && !ssl_verify) {
H A Dx11vnc.c2752 anontls_mode = ANONTLS_NONE;
2754 anontls_mode = ANONTLS_SUPPORT;
2756 anontls_mode = ANONTLS_SOLE;
2758 anontls_mode = ANONTLS_FORCE;
2771 anontls_mode = ANONTLS_NONE;

Completed in 106 milliseconds