Home
last modified time | relevance | path

Searched refs:trusted_keys_file_list (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/unbound/util/
HDconfig_file.h228 struct config_strlist* trusted_keys_file_list; member
HDconfig_file.c173 cfg->trusted_keys_file_list = NULL; in config_create()
397 else S_STRLIST("trusted-keys-file:", trusted_keys_file_list) in config_set_option()
676 else O_LST(opt, "trusted-keys-file", trusted_keys_file_list) in config_get_option()
876 config_delstrlist(cfg->trusted_keys_file_list); in config_delete()
HDconfigparser.y532 trusted_keys_file_list, $2))
/trueos/contrib/unbound/smallapp/
HDunbound-checkconf.c386 cfg->trusted_keys_file_list, cfg->chrootdir, cfg); in morechecks()
/trueos/contrib/unbound/libunbound/
HDlibunbound.c377 if(!cfg_strlist_insert(&ctx->env->cfg->trusted_keys_file_list, dup)) { in ub_ctx_trustedkeys()
/trueos/contrib/unbound/validator/
HDval_anchor.c1065 for(f = cfg->trusted_keys_file_list; f; f = f->next) { in anchors_apply_cfg()