Lines Matching refs:SSL

247 	verbose(VERB_ALGO, "setup SSL certificates");
609 ssl_print_text(SSL* ssl, const char* text)
629 ssl_print_vmsg(SSL* ssl, const char* format, va_list args)
637 int ssl_printf(SSL* ssl, const char* format, ...)
648 ssl_read_line(SSL* ssl, char* buf, size_t max)
687 static void send_ok(SSL* ssl)
694 do_stop(SSL* ssl, struct daemon_remote* rc)
703 do_reload(SSL* ssl, struct daemon_remote* rc)
712 do_verbosity(SSL* ssl, char* str)
725 print_stats(SSL* ssl, const char* nm, struct stats_info* s)
766 print_thread_stats(SSL* ssl, int i, struct stats_info* s)
776 print_longnum(SSL* ssl, const char* desc, size_t x)
791 print_mem(SSL* ssl, struct worker* worker, struct daemon* daemon)
833 print_uptime(SSL* ssl, struct worker* worker, int reset)
852 print_hist(SSL* ssl, struct stats_info* s)
880 print_ext(SSL* ssl, struct stats_info* s)
1016 do_stats(SSL* ssl, struct daemon_remote* rc, int reset)
1050 parse_arg_name(SSL* ssl, char* str, uint8_t** res, size_t* len, int* labs)
1076 find_arg2(SSL* ssl, char* arg, char** arg2)
1101 do_zone_add(SSL* ssl, struct worker* worker, char* arg)
1142 do_zone_remove(SSL* ssl, struct worker* worker, char* arg)
1163 do_data_add(SSL* ssl, struct worker* worker, char* arg)
1174 do_data_remove(SSL* ssl, struct worker* worker, char* arg)
1189 do_lookup(SSL* ssl, struct worker* worker, char* arg)
1226 do_flush_type(SSL* ssl, struct worker* worker, char* arg)
1246 do_flush_stats(SSL* ssl, struct worker* worker)
1301 do_flush_infra(SSL* ssl, struct worker* worker, char* arg)
1335 do_flush_requestlist(SSL* ssl, struct worker* worker)
1392 do_flush_zone(SSL* ssl, struct worker* worker, char* arg)
1470 do_flush_bogus(SSL* ssl, struct worker* worker)
1545 do_flush_negative(SSL* ssl, struct worker* worker)
1573 do_flush_name(SSL* ssl, struct worker* w, char* arg)
1597 ssl_print_name_dp(SSL* ssl, const char* str, uint8_t* nm, uint16_t dclass,
1631 print_root_fwds(SSL* ssl, struct iter_forwards* fwds, uint8_t* root)
1644 parse_delegpt(SSL* ssl, char* args, uint8_t* nm, int allow_names)
1705 do_forward(SSL* ssl, struct worker* worker, char* args)
1736 parse_fs_args(SSL* ssl, char* args, uint8_t** nm, struct delegpt** dp,
1781 do_forward_add(SSL* ssl, struct worker* worker, char* args)
1809 do_forward_remove(SSL* ssl, struct worker* worker, char* args)
1826 do_stub_add(SSL* ssl, struct worker* worker, char* args)
1867 do_stub_remove(SSL* ssl, struct worker* worker, char* args)
1885 do_insecure_add(SSL* ssl, struct worker* worker, char* arg)
1906 do_insecure_remove(SSL* ssl, struct worker* worker, char* arg)
1921 do_insecure_list(SSL* ssl, struct worker* worker)
1937 do_status(SSL* ssl, struct worker* worker)
2042 do_dump_requestlist(SSL* ssl, struct worker* worker)
2080 /** the SSL connection */
2081 SSL* ssl;
2130 do_dump_infra(SSL* ssl, struct worker* worker)
2142 do_log_reopen(SSL* ssl, struct worker* worker)
2151 do_set_option(SSL* ssl, struct worker* worker, char* arg)
2163 /* routine to printout option values over SSL */
2166 SSL* ssl = (SSL*)arg;
2172 do_get_option(SSL* ssl, struct worker* worker, char* arg)
2184 do_list_forwards(SSL* ssl, struct worker* worker)
2212 do_list_stubs(SSL* ssl, struct worker* worker)
2240 do_list_local_zones(SSL* ssl, struct worker* worker)
2263 do_list_local_data(SSL* ssl, struct worker* worker)
2305 /** the SSL to print to */
2306 SSL* ssl;
2333 do_ratelimit_list(SSL* ssl, struct worker* worker, char* arg)
2351 distribute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd)
2377 execute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd,
2533 handle_req(struct daemon_remote* rc, struct rc_state* s, SSL* ssl)
2590 /* (continue to) setup the SSL connection */