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

  /src/external/mpl/bind/dist/bin/delv/
delv.c 865 const cfg_obj_t *trusted_keys = NULL; local
908 cfg_map_get(bindkeys, "trusted-keys", &trusted_keys);
912 if (trusted_keys != NULL) {
913 CHECK(load_keys(trusted_keys, client, toview));
delv.c 865 const cfg_obj_t *trusted_keys = NULL; local
908 cfg_map_get(bindkeys, "trusted-keys", &trusted_keys);
912 if (trusted_keys != NULL) {
913 CHECK(load_keys(trusted_keys, client, toview));

Completed in 42 milliseconds