Searched refs:root_cert_file (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-anchor.c | 1926 do_certupdate(const char* root_anchor_file, const char* root_cert_file, in do_certupdate() argument 1939 cert = read_cert_or_builtin(root_cert_file); in do_certupdate() 2232 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, in do_root_update_work() argument 2277 if(do_certupdate(root_anchor_file, root_cert_file, urlname, in do_root_update_work() 2297 const char* root_cert_file = ROOT_CERT_FILE; in main() local 2328 root_cert_file = optarg; in main() 2400 return do_root_update_work(root_anchor_file, root_cert_file, urlname, in main()
|