Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnet_help.c1232 int allow12, allow13; in listen_sslctx_setup() local
1234 cfg_tls_protocols_allowed(tls_protocols, &allow12, &allow13); in listen_sslctx_setup()
1266 if(!allow12) { in listen_sslctx_setup()
H A Dconfig_file.h1511 void cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13);
H A Dconfig_file.c3019 cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13) in cfg_tls_protocols_allowed() argument
3022 *allow12 = 0; in cfg_tls_protocols_allowed()
3028 *allow12 = 1; in cfg_tls_protocols_allowed()