Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/util/
H A Dnet_help.h497 void* connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert);
H A Dnet_help.c1392 void* connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert) in connect_sslctx_create() function
/freebsd-14.2/contrib/unbound/daemon/
H A Dunbound.c518 if(!(daemon->connect_sslctx = connect_sslctx_create(NULL, NULL, in perform_setup()
/freebsd-14.2/contrib/unbound/dnstap/
H A Ddtstream.c434 dtio->ssl_ctx = connect_sslctx_create( in dt_io_thread_apply_cfg()
439 dtio->ssl_ctx = connect_sslctx_create( in dt_io_thread_apply_cfg()
/freebsd-14.2/contrib/unbound/libunbound/
H A Dlibworker.c159 w->sslctx = connect_sslctx_create(NULL, NULL, in libworker_setup()