Home | History | Annotate | Download | only in x11vnc

Lines Matching full:blowfish

125     "               'aes256', 'blowfish', '3des', 'securevnc'.\n"
388 } else if (strstr(q, "blowfish") == q) {
389 Cipher = EVP_bf_cfb(); cipher = "blowfish";
421 } else if (strstr(keyfile, "blowfish.key")) {
422 Cipher = EVP_bf_cfb(); cipher = "blowfish";