OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow13
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
config_file.h
1509
* @param
allow13
: will be true if TLSv1.3 is configured.
1511
void cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int*
allow13
);
net_help.c
1232
int allow12,
allow13
;
local
1234
cfg_tls_protocols_allowed(tls_protocols, &allow12, &
allow13
);
1276
if(!
allow13
) {
config_file.c
3019
cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int*
allow13
)
3023
*
allow13
= 0;
3031
*
allow13
= 1;
Completed in 18 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026