Searched defs:trustedkey (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/irs/
H A Dcontext.c217 irs_dnsconf_dnskey_t *trustedkey; local
275 for (trustedkey = ISC_LIST_HEAD(*trustedkeys);
276 trustedkey != NULL;
277 trustedkey = ISC_LIST_NEXT(trustedkey, link)) {
279 trustedkey->keyname,
280 trustedkey->keydatabuf);
/bind-9.11.3/bin/dig/
H A Ddighost.c275 char trustedkey[MXNAME] = ""; variable
5030 result = isc_file_exists(trustedkey);
5042 filename = trustedkey;

Completed in 24 milliseconds