Searched refs:enc_str (Results 1 – 7 of 7) sorted by relevance
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 702 if (enc_str != NULL) { in ssl_init() 710 if (enc_str != NULL && !strcmp(enc_str, "none")) { in ssl_xfer() 961 if (enc_str != NULL) { in openssl_init() 1946 if (enc_str != NULL) { in ssl_init() 2186 if (enc_str != NULL) { in ssl_xfer() 2187 if (!strcmp(enc_str, "none")) { in ssl_xfer() 3125 if (enc_str && !strcmp(enc_str, "none")) { in watch_for_http_traffic() 3165 if (enc_str && !strcmp(enc_str, "none")) { in watch_for_http_traffic() 3252 if (enc_str == NULL || strcmp(enc_str, "none")) { in accept_openssl() 4322 if (! enc_str) { in symmetric_encryption_xfer() [all …]
|
D | screen.c | 3192 if (use_stunnel && enc_str && !strcmp(enc_str, "none")) { 3773 if (enc_str && !strcmp(enc_str, "none")) { 3775 } else if (enc_str) { 3831 if (enc_str && !strcmp(enc_str, "none") && !use_stunnel) { 3867 int enc_none = (enc_str && !strcmp(enc_str, "none")); 3906 if (!stunnel_port && enc_str && !strcmp(enc_str, "none")) { 3960 if (enc_str && !strcmp(enc_str, "none")) { 3962 } else if (enc_str) {
|
D | options.h | 68 extern char *enc_str;
|
D | options.c | 68 char *enc_str = NULL; variable
|
D | user.c | 1581 int enc_none = (enc_str && !strcmp(enc_str, "none")); in loop_for_connect()
|
D | remote.c | 413 } else if (!enc_str && (use_openssl || use_stunnel || http_ssl)) { in check_httpdir() 421 } else if (!enc_str && (use_openssl || use_stunnel || http_ssl)) { in check_httpdir() 451 } else if (!enc_str && (use_openssl || use_stunnel || http_ssl)) { in check_httpdir()
|
D | x11vnc.c | 2813 enc_str = strdup(argv[++i]); in main() local 2819 enc_str = strdup("none"); in main()
|