Lines Matching refs:secroots
818 dns_keytable_t *secroots = NULL;
820 CHECK(dns_view_getsecroots(view, &secroots));
850 CHECK(dns_keytable_add(secroots, managed, &dstkey));
857 if (secroots != NULL)
858 dns_keytable_detach(&secroots);
870 dns_keytable_t *secroots = NULL;
873 result = dns_view_getsecroots(view, &secroots);
877 result = dns_keytable_find(secroots, name, &keynode);
880 dns_keytable_detachkeynode(secroots, &keynode);
881 if (secroots != NULL)
882 dns_keytable_detach(&secroots);
6178 dns_keytable_t *secroots = NULL;
6192 result = dns_view_getsecroots(view, &secroots);
6199 (void)dns_keytable_forall(secroots, dotat, &arg);
6200 dns_keytable_detach(&secroots);
8281 result = ns_config_get(maps, "secroots-file", &obj);
8891 server->secrootsfile = isc_mem_strdup(server->mctx, "named.secroots");
10076 dns_keytable_t *secroots = NULL;
10098 CHECKMF(result, "could not open secroots dump file",
10116 if (secroots != NULL)
10117 dns_keytable_detach(&secroots);
10118 result = dns_view_getsecroots(view, &secroots);
10126 CHECK(dns_keytable_totext(secroots, text));
10149 if (secroots != NULL)
10150 dns_keytable_detach(&secroots);