Searched refs:trustedkey (Results 1 - 4 of 4) 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/include/dig/
H A Ddig.h281 extern char trustedkey[MXNAME];
/bind-9.11.3/bin/dig/
H A Ddig.c1435 n = strlcpy(trustedkey, ptr,
1436 sizeof(trustedkey));
1437 if (n >= sizeof(trustedkey))
H A Ddighost.c275 char trustedkey[MXNAME] = ""; variable
5030 result = isc_file_exists(trustedkey);
5042 filename = trustedkey;

Completed in 37 milliseconds