Searched refs:connect_sslctx_create (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.h | 520 void* connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert);
|
| H A D | net_help.c | 1554 void* connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert) in connect_sslctx_create() function
|
| /freebsd/contrib/unbound/winrc/ |
| H A D | win_svc.c | 396 if(!(daemon->connect_dot_sslctx = connect_sslctx_create(NULL, NULL, in service_init()
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dtstream.c | 434 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/contrib/unbound/libunbound/ |
| H A D | libworker.c | 160 w->sslctx = connect_sslctx_create(NULL, NULL, in libworker_setup()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | daemon.c | 281 if(!(ctx = connect_sslctx_create(NULL, NULL, bundle, in daemon_setup_connect_dot_sslctx()
|