Lines Matching defs:keys
517 * Configure DNSSEC keys for a view. Currently used only for
528 const cfg_obj_t *keys = NULL;
540 keys = NULL;
542 (void)cfg_map_get(voptions, "trusted-keys", &keys);
543 if (keys == NULL)
544 (void)cfg_map_get(config, "trusted-keys", &keys);
546 for (element = cfg_list_first(keys);
863 (void)cfg_map_get(cpeer, "keys", &obj);
1804 * Configure the view's TSIG keys.
2098 * For now, there is only one kind of trusted keys, the
5635 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
5659 (void)dns_rbt_deletename(ring->keys,
5715 "%d tsig keys deleted.\n", foundkeys);
5748 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
5832 "no tsig keys found.\n");