Lines Matching refs:secroots
925 * add the key to 'secroots' if both of the following conditions are true:
935 process_key(const cfg_obj_t *key, dns_keytable_t *secroots,
1020 * Add the key to 'secroots'. Keys from a "trust-anchors" or
1026 result = dns_keytable_add(secroots, initializing, initializing, keyname,
1044 dns_keytable_t *secroots = NULL;
1046 CHECK(dns_view_getsecroots(view, &secroots));
1055 CHECK(process_key(cfg_listelt_value(elt2), secroots,
1061 if (secroots != NULL) {
1062 dns_keytable_detach(&secroots);
1076 dns_keytable_t *secroots = NULL;
1079 result = dns_view_getsecroots(view, &secroots);
1084 result = dns_keytable_find(secroots, name, &keynode);
1089 if (secroots != NULL) {
1090 dns_keytable_detach(&secroots);
7535 dns_keytable_t *secroots = NULL;
7544 result = dns_view_getsecroots(view, &secroots);
7551 dns_keytable_forall(secroots, dotat, &dotat_arg);
7552 dns_keytable_detach(&secroots);
9691 result = named_config_get(maps, "secroots-file", &obj);
10531 .secrootsfile = isc_mem_strdup(mctx, "named.secroots"),
12095 dns_keytable_t *secroots = NULL;
12122 CHECKMF(result, "could not open secroots dump file",
12141 if (secroots != NULL) {
12142 dns_keytable_detach(&secroots);
12144 result = dns_view_getsecroots(view, &secroots);
12157 CHECK(dns_keytable_totext(secroots, text));
12181 if (secroots != NULL) {
12182 dns_keytable_detach(&secroots);