Searched defs:secroots (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | client.c | 1531 dns_keytable_t *secroots = NULL; local 1542 result = dns_view_getsecroots(view, &secroots); 1551 result = dns_keytable_add(secroots, ISC_FALSE, &dstkey); 1558 if (secroots != NULL) 1559 dns_keytable_detach(&secroots);
|
H A D | zone.c | 4272 * secroots as appropriate. 4310 * Now walk secroots to find any managed keys that aren't 9042 dns_keytable_t *secroots = NULL; local 9091 result = dns_view_getsecroots(zone->view, &secroots); 9146 result = dns_keytable_find(secroots, keyname, &keynode); 9179 result = dns_keytable_nextkeynode(secroots, 9181 dns_keytable_detachkeynode(secroots, &keynode); 9186 dns_keytable_detachkeynode(secroots, &keynode); 9369 * Remove key from secroots. 9609 if (secroots ! [all...] |
/bind-9.11.3/bin/named/ |
H A D | server.c | 818 dns_keytable_t *secroots = NULL; local 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; local 873 result = dns_view_getsecroots(view, &secroots); 877 result = dns_keytable_find(secroots, name, &keynode); 880 dns_keytable_detachkeynode(secroots, &keynode); 881 if (secroots ! 6178 dns_keytable_t *secroots = NULL; local 10076 dns_keytable_t *secroots = NULL; local [all...] |
Completed in 74 milliseconds