Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1878 write_unsigned_root(const char* root_anchor_file) in write_unsigned_root()
1905 write_root_anchor(const char* root_anchor_file, BIO* ds) in write_root_anchor()
1932 verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s, in verify_and_update_anchor()
1961 do_certupdate(const char* root_anchor_file, const char* root_cert_file, in do_certupdate()
2096 provide_builtin(const char* root_anchor_file, int* used_builtin) in provide_builtin()
2118 add_5011_probe_root(struct ub_ctx* ctx, const char* root_anchor_file) in add_5011_probe_root()
2214 probe_date_allows_certupdate(const char* root_anchor_file) in probe_date_allows_certupdate()
2251 fetch_root_key(const char* root_anchor_file, const char* res_conf, in fetch_root_key()
2268 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, in do_root_update_work()
2332 const char* root_anchor_file = ROOT_ANCHOR_FILE; in main() local