Searched refs:tls_auth_options_find (Results 1 – 4 of 4) sorted by relevance
518 struct tls_auth_options* tls_auth_options_find(struct nsd_options* opt, const char* name);
280 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
307 tls_auth_options_type* tlsauth = tls_auth_options_find(opt, tls); in config_print_zone()
709 } else if(tls_auth_options_find(cfg_parser->opt, tls_auth->name)) {