Lines Matching refs:SSL

169 	verbose(VERB_ALGO, "setup SSL certificates");
489 ssl_print_text(SSL* ssl, const char* text)
509 ssl_print_vmsg(SSL* ssl, const char* format, va_list args)
517 int ssl_printf(SSL* ssl, const char* format, ...)
528 ssl_read_line(SSL* ssl, char* buf, size_t max)
567 static void send_ok(SSL* ssl)
574 do_stop(SSL* ssl, struct daemon_remote* rc)
583 do_reload(SSL* ssl, struct daemon_remote* rc)
592 do_verbosity(SSL* ssl, char* str)
605 print_stats(SSL* ssl, const char* nm, struct stats_info* s)
644 print_thread_stats(SSL* ssl, int i, struct stats_info* s)
654 print_longnum(SSL* ssl, const char* desc, size_t x)
669 print_mem(SSL* ssl, struct worker* worker, struct daemon* daemon)
711 print_uptime(SSL* ssl, struct worker* worker, int reset)
730 print_hist(SSL* ssl, struct stats_info* s)
758 print_ext(SSL* ssl, struct stats_info* s)
882 do_stats(SSL* ssl, struct daemon_remote* rc, int reset)
916 parse_arg_name(SSL* ssl, char* str, uint8_t** res, size_t* len, int* labs)
942 find_arg2(SSL* ssl, char* arg, char** arg2)
967 do_zone_add(SSL* ssl, struct worker* worker, char* arg)
1008 do_zone_remove(SSL* ssl, struct worker* worker, char* arg)
1029 do_data_add(SSL* ssl, struct worker* worker, char* arg)
1040 do_data_remove(SSL* ssl, struct worker* worker, char* arg)
1055 do_lookup(SSL* ssl, struct worker* worker, char* arg)
1087 do_flush_type(SSL* ssl, struct worker* worker, char* arg)
1107 do_flush_stats(SSL* ssl, struct worker* worker)
1164 do_flush_infra(SSL* ssl, struct worker* worker, char* arg)
1199 do_flush_requestlist(SSL* ssl, struct worker* worker)
1256 do_flush_zone(SSL* ssl, struct worker* worker, char* arg)
1335 do_flush_bogus(SSL* ssl, struct worker* worker)
1364 do_flush_name(SSL* ssl, struct worker* w, char* arg)
1388 ssl_print_name_dp(SSL* ssl, const char* str, uint8_t* nm, uint16_t dclass,
1422 print_root_fwds(SSL* ssl, struct iter_forwards* fwds, uint8_t* root)
1435 parse_delegpt(SSL* ssl, char* args, uint8_t* nm, int allow_names)
1495 do_forward(SSL* ssl, struct worker* worker, char* args)
1526 parse_fs_args(SSL* ssl, char* args, uint8_t** nm, struct delegpt** dp,
1571 do_forward_add(SSL* ssl, struct worker* worker, char* args)
1599 do_forward_remove(SSL* ssl, struct worker* worker, char* args)
1616 do_stub_add(SSL* ssl, struct worker* worker, char* args)
1657 do_stub_remove(SSL* ssl, struct worker* worker, char* args)
1675 do_insecure_add(SSL* ssl, struct worker* worker, char* arg)
1696 do_insecure_remove(SSL* ssl, struct worker* worker, char* arg)
1712 do_status(SSL* ssl, struct worker* worker)
1813 do_dump_requestlist(SSL* ssl, struct worker* worker)
1851 /** the SSL connection */
1852 SSL* ssl;
1891 do_dump_infra(SSL* ssl, struct worker* worker)
1902 do_log_reopen(SSL* ssl, struct worker* worker)
1911 do_set_option(SSL* ssl, struct worker* worker, char* arg)
1923 /* routine to printout option values over SSL */
1926 SSL* ssl = (SSL*)arg;
1932 do_get_option(SSL* ssl, struct worker* worker, char* arg)
1944 do_list_forwards(SSL* ssl, struct worker* worker)
1959 do_list_stubs(SSL* ssl, struct worker* worker)
1972 do_list_local_zones(SSL* ssl, struct worker* worker)
1990 do_list_local_data(SSL* ssl, struct worker* worker)
2024 distribute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd)
2050 execute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd,
2198 handle_req(struct daemon_remote* rc, struct rc_state* s, SSL* ssl)
2255 /* (continue to) setup the SSL connection */