Home
last modified time | relevance | path

Searched refs:dhret (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Dsslhelper.c73 static char *dhret = NULL; variable
1475 } else if (dhret != NULL) { in add_anon_dh()
1476 d = open(dhret, O_WRONLY); in add_anon_dh()
3455 if (dhret) { in accept_openssl()
3456 free(dhret); in accept_openssl()
3462 dhret = strdup("/tmp/x11vnc-dhret.XXXXXX"); in accept_openssl()
3464 dhret_fd = mkstemp(dhret); in accept_openssl()
3467 free(dhret); in accept_openssl()
3468 dhret = NULL; in accept_openssl()
3900 if (dhret) { in accept_openssl()
[all …]