Home
last modified time | relevance | path

Searched defs:tls_auth (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dconfigparser.y692 tls_auth_options_type *tls_auth = tls_auth_options_create(cfg_parser->opt->region); variable
698 struct tls_auth_options *tls_auth = cfg_parser->tls_auth; variable
H A Dconfigparser.c2412 tls_auth_options_type *tls_auth = tls_auth_options_create(cfg_parser->opt->region); in yyparse() local
2422 struct tls_auth_options *tls_auth = cfg_parser->tls_auth; in yyparse() local
H A Doptions.h440 struct tls_auth_options *tls_auth; member