Home
last modified time | relevance | path

Searched refs:VAR_SSL_SERVICE_KEY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.h195 VAR_SSL_SERVICE_KEY = 396, /* VAR_SSL_SERVICE_KEY */ enumerator
568 #define VAR_SSL_SERVICE_KEY 396 macro
H A Dconfiglexer.lex248 ssl-service-key{COLON} { YDVAR(1, VAR_SSL_SERVICE_KEY) }
249 tls-service-key{COLON} { YDVAR(1, VAR_SSL_SERVICE_KEY) }
H A Dconfiglexer.c4962 { YDVAR(1, VAR_SSL_SERVICE_KEY) }
4967 { YDVAR(1, VAR_SSL_SERVICE_KEY) }
H A Dconfigparser.y116 %token VAR_SSL_UPSTREAM VAR_TCP_AUTH_QUERY_TIMEOUT VAR_SSL_SERVICE_KEY
1072 server_ssl_service_key: VAR_SSL_SERVICE_KEY STRING_ARG