Searched refs:keys (Results 1 - 25 of 204) sorted by relevance

123456789

/bind-9.11.3/bin/tests/system/dnssec/ns5/
H A Dtrusted.conf.bad11 trusted-keys {
/bind-9.11.3/bin/tests/system/legacy/ns1/
H A Dtrusted.conf1 trusted-keys {
/bind-9.11.3/bin/tests/system/sfcache/ns5/
H A Dtrusted.conf.bad9 trusted-keys {
/bind-9.11.3/lib/dns/
H A Dipkeylist.c26 ipkl->keys = NULL;
47 if (ipkl->keys != NULL) {
49 if (ipkl->keys[i] == NULL)
51 if (dns_name_dynamic(ipkl->keys[i]))
52 dns_name_free(ipkl->keys[i], mctx);
53 isc_mem_put(mctx, ipkl->keys[i], sizeof(dns_name_t));
55 isc_mem_put(mctx, ipkl->keys,
99 if (src->keys != NULL) {
101 if (src->keys[i] != NULL) {
102 dst->keys[
168 dns_name_t **keys = NULL; local
[all...]
/bind-9.11.3/bin/tests/system/rndc/ns6/
H A Dnamed.conf.in25 inet 10.53.0.6 port 9953 allow { any; } keys { rndc_key; };
/bind-9.11.3/bin/tests/system/inline/ns5/
H A Dnamed.conf.pre15 controls { inet 10.53.0.5 port 9953 allow { any; } keys { rndc_key; }; };
H A Dnamed.conf.post15 controls { inet 10.53.0.5 port 9953 allow { any; } keys { rndc_key; }; };
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plainconf26 keys { "rndc-key"; };
H A Dnamed.dirconf37 keys { "rndc-key"; };
H A Dnamed.pipeconf37 keys { "rndc-key"; };
H A Dnamed.plain44 keys { "rndc-key"; };
H A Dnamed.symconf37 keys { "rndc-key"; };
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/
H A Dnamed.conf.header29 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
/bind-9.11.3/lib/dns/include/dns/
H A Dipkeylist.h16 * A structure holding a list of addresses, dscps and keys. Used to
22 dns_name_t **keys; member in struct:dns_ipkeylist
/bind-9.11.3/bin/tests/system/mkeys/ns3/
H A Dnamed.conf35 inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
44 managed-keys {
/bind-9.11.3/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base39 inet 10.53.0.4 port 9953 allow { any; } keys { rndc_key; };
/bind-9.11.3/bin/tests/virtual-time/common/
H A Dcontrols.conf17 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
/bind-9.11.3/bin/tests/bigtest/
H A Dbuildzones.sh56 echo ' key-directory "keys";'
70 echo ' key-directory "keys";'
84 echo ' key-directory "keys";'
92 echo "controls { inet $addr port 9953 allow { any; } keys { "rndc-key"; }; };"
123 trusted-keys () {
126 print "trusted-keys { \""$1"\"",$4,$5,$6,"\""b"\"; };" };'
152 rm -rf servers master keys setup teardown run
155 mkdir -p keys
189 kskkey=`${keygen} -K keys -f KSK ${zone:-.}`
190 zskkey=`${keygen} -K keys
[all...]
/bind-9.11.3/bin/tests/system/checkconf/
H A Dcheck-dlv-ksk-key.conf9 trusted-keys {
H A Dcheck-root-ksk-2010.conf9 trusted-keys {
H A Dcheck-root-ksk-2017.conf9 trusted-keys {
14 # file as initializing keys; thereafter, the keys in the
H A Dcheck-root-ksk-both.conf9 trusted-keys {
26 # file as initializing keys; thereafter, the keys in the
/bind-9.11.3/bin/tests/system/common/
H A Dcontrols.conf17 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
/bind-9.11.3/bin/tests/system/database/ns1/
H A Dnamed.conf119 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
H A Dnamed.conf219 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };

Completed in 59 milliseconds

123456789