Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:anontls_mode

1742 	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) {