/bind-9.6-ESV-R11/bin/tests/ |
H A D | ndc.conf-include | 22 secret "R29yZSBpbiAyMDA0IQo"; # "Gore in 2004!"
|
/bind-9.6-ESV-R11/bin/tests/system/common/ |
H A D | rndc.key | 20 secret "1234abcd8765";
|
/bind-9.6-ESV-R11/bin/tests/system/tsig/ns1/ |
H A D | named.conf | 34 secret "97rnFx24Tfna4mHPfgnerA=="; 39 secret "FrSt77yPTFx6hTs4i2tKLB9LmE0="; 44 secret "hXfwwwiag2QGqblopofai9NuW28q/1rH4CaTnA=="; 49 secret "R16NojROxtxH/xbDl//ehDsHm5DjWTQ2YXV+hGC2iBY="; 54 secret "OaDdoAk2LAcLtYeUnsT7A9XHjsb6ZEma7OCvUpMraQIJX6HetGrlKmF7yglO1G2h"; 59 secret "jI/Pa4qRu96t76Pns5Z/Ndxbn3QCkwcxLOgt9vgvnJw5wqTRvNyk3FtD6yIMd1dWVlqZ+Y4fe6Uasc0ckctEmg=="; 64 secret "97rnFx24Tfna4mHPfgnerA=="; 69 secret "FrSt77yPTFx6hTs4i2tKLB9LmE0="; 74 secret "hXfwwwiag2QGqblopofai9NuW28q/1rH4CaTnA=="; 79 secret "R16NojROxtx [all...] |
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/ |
H A D | named.conf.in | 38 secret "1234abcd8765"; 48 secret "0123456789ab";
|
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns4/ |
H A D | named.conf.base | 32 secret "1234abcd8765"; 37 secret "1234abcd8765";
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | tsigconf.c | 47 unsigned char *secret = NULL; local 74 (void)cfg_map_get(key, "secret", &secretobj); 104 secret = isc_mem_get(mctx, secretlen); 105 if (secret == NULL) { 109 isc_buffer_init(&secretbuf, secret, secretlen); 116 ret = dns_tsigkey_create(&keyname, alg, secret, secretlen, 119 isc_mem_put(mctx, secret, secretalloc); 120 secret = NULL; 137 if (secret != NULL) 138 isc_mem_put(mctx, secret, secretallo [all...] |
H A D | controlconf.c | 74 isc_region_t secret; member in struct:controlkey 124 if (key->secret.base != NULL) 125 isc_mem_put(mctx, key->secret.base, key->secret.length); 328 isccc_region_t secret; local 346 secret.rstart = NULL; 367 secret.rstart = isc_mem_get(listener->mctx, key->secret.length); 368 if (secret.rstart == NULL) 370 memmove(secret 717 char secret[1024]; local 811 char secret[1024]; local [all...] |
/bind-9.6-ESV-R11/bin/tests/startperf/ |
H A D | setup.sh | 39 secret "1234abcd8765";
|
/bind-9.6-ESV-R11/bin/tests/system/database/ns1/ |
H A D | named.conf1 | 22 secret "1234abcd8765";
|
H A D | named.conf2 | 22 secret "1234abcd8765";
|
/bind-9.6-ESV-R11/bin/tests/system/ixfr/ |
H A D | setup.sh | 36 secret "1234abcd8765";
|
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/ |
H A D | named.dirconf | 50 secret "Am9vCg==";
|
H A D | named.pipeconf | 50 secret "Am9vCg==";
|
H A D | named.plain | 50 secret "Am9vCg==";
|
H A D | named.symconf | 50 secret "Am9vCg==";
|
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | cc.h | 59 isccc_region_t *secret); 64 isccc_region_t *secret);
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.conf | 35 secret "34f88008d07deabbe65bd01f1d233d47"; 46 secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
|
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/ |
H A D | named11.conf | 24 secret "1234abcd8765"; 29 secret "1234efgh8765";
|
H A D | named31.conf | 24 secret "1234abcd8765"; 29 secret "1234efgh8765";
|
/bind-9.6-ESV-R11/bin/tests/system/checkconf/ |
H A D | badtsig.conf | 19 /* Bad secret */ 22 secret "jEdD+BPKg==";
|
/bind-9.6-ESV-R11/bin/tests/system/rndc/ns3/ |
H A D | named.conf | 30 secret "1234abcd8765"; 35 secret "abcd1234abcd8765";
|
/bind-9.6-ESV-R11/bin/tests/system/acl/ns2/ |
H A D | named3.conf | 39 secret "1234abcd8765"; 44 secret "1234abcd8765"; 49 secret "1234abcd8765";
|
H A D | named1.conf | 39 secret "1234abcd8765"; 44 secret "1234abcd8765";
|
H A D | named2.conf | 39 secret "1234abcd8765"; 44 secret "1234abcd8765";
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | cc.c | 209 isccc_region_t *secret) 217 isc_hmacmd5_init(&ctx, secret->rstart, REGION_SIZE(*secret)); 234 isccc_region_t *secret) 245 if (secret != NULL) { 267 if (secret != NULL) 269 hmd5_rstart, secret)); 275 isccc_region_t *secret) 297 isc_hmacmd5_init(&ctx, secret->rstart, REGION_SIZE(*secret)); 208 sign(unsigned char *data, unsigned int length, unsigned char *hmd5, isccc_region_t *secret) argument 233 isccc_cc_towire(isccc_sexpr_t *alist, isccc_region_t *target, isccc_region_t *secret) argument 274 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, isccc_region_t *secret) argument 365 table_fromwire(isccc_region_t *source, isccc_region_t *secret, isccc_sexpr_t **alistp) argument 450 isccc_cc_fromwire(isccc_region_t *source, isccc_sexpr_t **alistp, isccc_region_t *secret) argument [all...] |