Searched refs:listen_sslctx_create (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dnet_help.h478 void* listen_sslctx_create(char* key, char* pem, char* verifypem);
493 * @param sslctx: the SSL_CTX to use (from listen_sslctx_create()).
H A Dnet_help.c1227 void* listen_sslctx_create(char* key, char* pem, char* verifypem) function
/freebsd-current/contrib/unbound/daemon/
H A Dunbound.c492 if(!(daemon->listen_sslctx = listen_sslctx_create(
/freebsd-current/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c254 s->sslctx = listen_sslctx_create(server_key, server_cert, verifypem);

Completed in 142 milliseconds