Home
last modified time | relevance | path

Searched defs:root_anchor_file (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c1840 write_unsigned_root(const char* root_anchor_file) in write_unsigned_root()
1872 write_root_anchor(const char* root_anchor_file, BIO* ds) in write_root_anchor()
1904 verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s, in verify_and_update_anchor()
1933 do_certupdate(const char* root_anchor_file, const char* root_cert_file, in do_certupdate()
2067 provide_builtin(const char* root_anchor_file, int* used_builtin) in provide_builtin()
2089 add_5011_probe_root(struct ub_ctx* ctx, const char* root_anchor_file) in add_5011_probe_root()
2185 probe_date_allows_certupdate(const char* root_anchor_file) in probe_date_allows_certupdate()
2222 fetch_root_key(const char* root_anchor_file, const char* res_conf, in fetch_root_key()
2239 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, in do_root_update_work()
2303 const char* root_anchor_file = ROOT_ANCHOR_FILE; in main() local