Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsslhelper.c244 int cnf_fd, pem_fd, status, show_cert = 1; in create_tmp_pem() local
334 cnf_fd = mkstemp(cnf); in create_tmp_pem()
335 if (cnf_fd < 0) { in create_tmp_pem()
340 close(cnf_fd); in create_tmp_pem()
346 write(cnf_fd, str, strlen(str)); in create_tmp_pem()
347 close(cnf_fd); in create_tmp_pem()
1392 int status, cnf_fd; in add_anon_dh() local
1415 cnf_fd = mkstemp(cnf); in add_anon_dh()
1416 if (cnf_fd < 0) { in add_anon_dh()
1424 write(cnf_fd, new_dh_params, strlen(new_dh_params)); in add_anon_dh()
[all …]