H A D | unbound-dnstap-socket.c | 237 void (*ev_cb)(int, short, void*), void* data, char* server_key, in tap_socket_new_tlsaccept() argument 254 s->sslctx = listen_sslctx_create(server_key, server_cert, verifypem); in tap_socket_new_tlsaccept() 1166 struct config_strlist_head* tls_list, char* server_key, in setup_tls_list() argument 1173 maindata, server_key, server_cert, verifypem); in setup_tls_list() 1205 struct config_strlist_head* tls_list, char* server_key, in setup_and_run() argument 1231 setup_tls_list(maindata, tls_list, server_key, server_cert, in setup_and_run() 1259 char* server_key = NULL, *server_cert = NULL, *verifypem = NULL; in main() local 1315 server_key = optarg; in main() 1362 setup_and_run(&local_list, &tcp_list, &tls_list, server_key, in main()
|