Searched refs:secroots (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c1470 dns_keytable_t *secroots = NULL; local
1481 result = dns_view_getsecroots(view, &secroots);
1490 result = dns_keytable_add(secroots, ISC_FALSE, &dstkey);
1497 if (secroots != NULL)
1498 dns_keytable_detach(&secroots);
H A Dzone.c3670 * secroots as appropriate.
3707 * Now walk secroots to find any managed keys that aren't
8155 dns_keytable_t *secroots = NULL; local
8204 result = dns_view_getsecroots(zone->view, &secroots);
8249 result = dns_keytable_find(secroots, keyname, &keynode);
8277 dns_keytable_detachkeynode(secroots,
8283 result = dns_keytable_nextkeynode(secroots,
8285 dns_keytable_detachkeynode(secroots, &keynode);
8432 /* Remove from secroots */
8606 if (secroots !
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c698 dns_keytable_t *secroots = NULL; local
700 CHECK(dns_view_getsecroots(view, &secroots));
730 CHECK(dns_keytable_add(secroots, managed, &dstkey));
737 if (secroots != NULL)
738 dns_keytable_detach(&secroots);
5695 result = ns_config_get(maps, "secroots-file", &obj);
6193 server->secrootsfile = isc_mem_strdup(server->mctx, "named.secroots");
7198 dns_keytable_t *secroots = NULL; local
7213 "could not open secroots dump file", server->secrootsfile);
7225 if (secroots !
[all...]

Completed in 113 milliseconds