Searched refs:cfg_tls_protocols_allowed (Results 1 – 3 of 3) sorted by relevance
1511 void cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13);
1234 cfg_tls_protocols_allowed(tls_protocols, &allow12, &allow13); in listen_sslctx_setup()
3019 cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13) in cfg_tls_protocols_allowed() function