Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Ddaemon.h252 void daemon_setup_sslctxs(struct daemon* daemon, struct config_file* cfg);
H A Ddaemon.c287 daemon_setup_sslctxs(struct daemon* daemon, struct config_file* cfg) in daemon_setup_sslctxs() function
437 daemon_setup_sslctxs(daemon, daemon->cfg); in daemon_reload_sslctxs()
H A Dunbound.c505 daemon_setup_sslctxs(daemon, cfg); in perform_setup()