Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Doptions.h518 struct tls_auth_options* tls_auth_options_find(struct nsd_options* opt, const char* name);
H A Doptions.c280 tls_auth_options_find(opt, acl->tls_auth_name))) in parse_options_file()
1206 b->tls_auth_options = tls_auth_options_find(opt, b->tls_auth_name); in copy_acl_list()
1787 tls_auth_options_find(struct nsd_options* opt, const char* name) in tls_auth_options_find() function
H A Dnsd-checkconf.c307 tls_auth_options_type* tlsauth = tls_auth_options_find(opt, tls); in config_print_zone()
H A Dconfigparser.y709 } else if(tls_auth_options_find(cfg_parser->opt, tls_auth->name)) {