OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isccfg/
check.c
307
const cfg_obj_t *
tlsmap
= find_maplist(config, "tls", str);
local
309
if (
tlsmap
== NULL) {
1126
const cfg_obj_t *
tlsmap
= NULL;
local
1130
tlsmap
= find_maplist(config, "tls", tlsname);
1131
if (
tlsmap
== NULL) {
2675
const cfg_obj_t *
tlsmap
= NULL;
local
2677
tlsmap
= find_maplist(config, "tls", str);
2678
if (
tlsmap
== NULL) {
/src/external/mpl/bind/dist/bin/named/
server.c
6406
const cfg_obj_t *
tlsmap
= find_maplist(config, "tls", str);
local
6408
if (
tlsmap
== NULL) {
11428
const cfg_obj_t *
tlsmap
= NULL;
local
11437
tlsmap
= find_maplist(config, "tls", tlsname);
11438
if (
tlsmap
== NULL) {
11445
CHECK(cfg_map_get(
tlsmap
, "key-file", &keyobj));
11448
CHECK(cfg_map_get(
tlsmap
, "cert-file", &certobj));
11451
if (cfg_map_get(
tlsmap
, "ca-file", &ca_obj) ==
11457
if (cfg_map_get(
tlsmap
, "protocols", &tls_proto_list) ==
11480
if (cfg_map_get(
tlsmap
, "dhparam-file", &dhparam_obj) =
[
all
...]
Completed in 77 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026