HomeSort by: relevance | last modified time | path
    Searched defs:secroots (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zoneverify.c 63 dns_keytable_t *secroots; member in struct:vctx
1281 dns_dbversion_t *ver, dns_name_t *origin, dns_keytable_t *secroots) {
1289 vctx->secroots = secroots;
1441 * 'vctx->secroots' is NULL or 'dnskey' is present in 'vctx->secroots'.
1489 if (vctx->secroots == NULL) {
1508 result = dns_keytable_find(vctx->secroots, vctx->origin, &keynode);
1972 dns_name_t *origin, dns_keytable_t *secroots,
1975 const char *keydesc = (secroots == NULL ? "self-signed" : "trusted")
    [all...]
zone.c 4744 * loads keys into secroots as appropriate.
4812 * Walk secroots to find any initial keys that aren't in
10364 dns_keytable_t *secroots = NULL; local
10422 result = dns_view_getsecroots(zone->view, &secroots);
10465 result = dns_keytable_find(secroots, keyname, &keynode);
10752 * Remove key from secroots.
11006 if (secroots != NULL) {
11007 dns_keytable_detach(&secroots);
24753 dns_keytable_t *secroots = NULL; local
24773 result = dns_view_getsecroots(zone->view, &secroots);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 64 dns_keytable_t *secroots; member in struct:vctx
1280 dns_dbversion_t *ver, dns_name_t *origin, dns_keytable_t *secroots) {
1288 vctx->secroots = secroots;
1440 * 'vctx->secroots' is NULL or 'dnskey' is present in 'vctx->secroots'.
1488 if (vctx->secroots == NULL) {
1507 result = dns_keytable_find(vctx->secroots, vctx->origin, &keynode);
1563 dns_keytable_detachkeynode(vctx->secroots, &keynode);
1971 dns_name_t *origin, dns_keytable_t *secroots,
    [all...]
client.c 1428 dns_keytable_t *secroots = NULL; local
1445 CHECK(dns_view_getsecroots(view, &secroots));
1469 CHECK(dns_keytable_add(secroots, false, false, name, &ds));
1475 if (secroots != NULL) {
1476 dns_keytable_detach(&secroots);
zone.c 4651 * loads keys into secroots as appropriate.
4721 * Walk secroots to find any initial keys that aren't in
10401 dns_keytable_t *secroots = NULL; local
10459 result = dns_view_getsecroots(zone->view, &secroots);
10502 result = dns_keytable_find(secroots, keyname, &keynode);
10585 dns_keytable_detachkeynode(secroots, &keynode);
10787 * Remove key from secroots.
11042 if (secroots != NULL) {
11043 dns_keytable_detach(&secroots);
23567 dns_keytable_t *secroots = NULL local
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 923 * add the key to 'secroots' if both of the following conditions are true:
933 process_key(const cfg_obj_t *key, dns_keytable_t *secroots,
1018 * Add the key to 'secroots'. Keys from a "trust-anchors" or
1024 result = dns_keytable_add(secroots, initializing, initializing, keyname,
1042 dns_keytable_t *secroots = NULL; local
1044 CHECK(dns_view_getsecroots(view, &secroots));
1053 CHECK(process_key(cfg_listelt_value(elt2), secroots,
1059 if (secroots != NULL) {
1060 dns_keytable_detach(&secroots);
1074 dns_keytable_t *secroots = NULL local
7549 dns_keytable_t *secroots = NULL; local
12126 dns_keytable_t *secroots = NULL; local
    [all...]

Completed in 61 milliseconds