HomeSort by: relevance | last modified time | path
    Searched refs:ROOT_ANCHOR_FILE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/smallapp/
unbound-host.c 98 printf(" from %s\n", ROOT_ANCHOR_FILE);
459 check_ub_res(ub_ctx_add_ta_file(ctx, ROOT_ANCHOR_FILE));
unbound-anchor.c 217 printf("-a file root key file, default %s\n", ROOT_ANCHOR_FILE);
1885 write_unsigned_root(const char* root_anchor_file)
1890 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w");
1904 root_anchor_file);
1907 tempfile_close(out, tempf, root_anchor_file);
1912 write_root_anchor(const char* root_anchor_file, BIO* ds)
1924 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w");
1934 tempfile_close(out, tempf, root_anchor_file);
1939 verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s,
1954 write_unsigned_root(root_anchor_file);
2339 const char* root_anchor_file = ROOT_ANCHOR_FILE; local
    [all...]
  /src/external/bsd/unbound/include/
config.h 947 #define ROOT_ANCHOR_FILE CHROOT_DIR "/etc/unbound/root.key"
  /src/external/bsd/unbound/dist/
config.h.in 943 #undef ROOT_ANCHOR_FILE

Completed in 18 milliseconds