Home
last modified time | relevance | path

Searched refs:root_cert_file (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1955 do_certupdate(const char* root_anchor_file, const char* root_cert_file, in do_certupdate() argument
1968 cert = read_cert_or_builtin(root_cert_file); in do_certupdate()
2262 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, in do_root_update_work() argument
2307 if(do_certupdate(root_anchor_file, root_cert_file, urlname, in do_root_update_work()
2327 const char* root_cert_file = ROOT_CERT_FILE; in main() local
2358 root_cert_file = optarg; in main()
2430 return do_root_update_work(root_anchor_file, root_cert_file, urlname, in main()