Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:enc_str

702 	if (enc_str != NULL) {
710 if (enc_str != NULL && !strcmp(enc_str, "none")) {
961 if (enc_str != NULL) {
1946 if (enc_str != NULL) {
2186 if (enc_str != NULL) {
2187 if (!strcmp(enc_str, "none")) {
3125 if (enc_str && !strcmp(enc_str, "none")) {
3165 if (enc_str && !strcmp(enc_str, "none")) {
3252 if (enc_str == NULL || strcmp(enc_str, "none")) {
4322 if (! enc_str) {
4325 cipher = (char *) malloc(strlen(enc_str) + 100);
4326 q = strchr(enc_str, ':');
4330 sprintf(cipher, "rev:%s", enc_str);
4332 sprintf(cipher, "noultra:rev:%s", enc_str);