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

  /src/external/mpl/bind/dist/bin/delv/
delv.c 658 TRUSTED
699 * configured with trusted-keys.
737 case TRUSTED:
823 "skipping trusted key '%s': %s", keynamestr,
828 "failed to add trusted key '%s': %s", keynamestr,
908 cfg_map_get(bindkeys, "trusted-keys", &trusted_keys);
924 fatal("No trusted keys were loaded");
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 4819 TRUSTED
4824 * to check the contents of trusted, initial and
4942 atstr = "trusted-key";
4943 anchortype = TRUSTED;
4949 case TRUSTED:
5277 * trusted-keys and trust-anchors configured with "static-key"),
5866 (void)cfg_map_get(voptions, "trusted-keys", &view_tkeys);
5870 (void)cfg_map_get(config, "trusted-keys", &global_tkeys);
5875 * Check trusted-keys.
5904 "trusted-keys entry for the root
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 744 TRUSTED
789 anchortype = TRUSTED;
803 case TRUSTED:
929 * 'managed' is true for managed keys and false for trusted keys. 'mctx' is
1128 (void)cfg_map_get(voptions, "trusted-keys", &view_keys);
1141 (void)cfg_map_get(config, "trusted-keys", &global_keys);
5773 * For now, there is only one kind of trusted keys, the

Completed in 40 milliseconds