/bind-9.11.3/bin/tests/ |
H A D | ndc.conf-include | 13 secret "R29yZSBpbiAyMDA0IQo"; # "Gore in 2004!"
|
H A D | ndc.conf | 25 secret "c2Vj";
|
/bind-9.11.3/bin/tests/system/common/ |
H A D | rndc.key | 12 secret "1234abcd8765";
|
/bind-9.11.3/bin/tests/system/tsig/ns1/ |
H A D | named.conf | 26 secret "97rnFx24Tfna4mHPfgnerA=="; 31 secret "FrSt77yPTFx6hTs4i2tKLB9LmE0="; 36 secret "hXfwwwiag2QGqblopofai9NuW28q/1rH4CaTnA=="; 41 secret "R16NojROxtxH/xbDl//ehDsHm5DjWTQ2YXV+hGC2iBY="; 46 secret "OaDdoAk2LAcLtYeUnsT7A9XHjsb6ZEma7OCvUpMraQIJX6HetGrlKmF7yglO1G2h"; 51 secret "jI/Pa4qRu96t76Pns5Z/Ndxbn3QCkwcxLOgt9vgvnJw5wqTRvNyk3FtD6yIMd1dWVlqZ+Y4fe6Uasc0ckctEmg=="; 56 secret "97rnFx24Tfna4mHPfgnerA=="; 61 secret "FrSt77yPTFx6hTs4i2tKLB9LmE0="; 66 secret "hXfwwwiag2QGqblopofai9NuW28q/1rH4CaTnA=="; 71 secret "R16NojROxtx [all...] |
/bind-9.11.3/bin/tests/system/xfer/ns4/ |
H A D | named.conf.base | 24 secret "1234abcd8765"; 29 secret "1234abcd8765"; 34 secret "LSAnCU+Z";
|
/bind-9.11.3/bin/tests/system/rndc/ns6/ |
H A D | named.conf.in | 20 secret "1234abcd8765";
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | bad-tsig.conf | 11 /* Bad secret */ 14 secret "jEdD+BPKg==";
|
/bind-9.11.3/bin/tests/system/tkey/ns1/ |
H A D | named.conf.in | 30 secret "1234abcd8765"; 40 secret "0123456789ab";
|
/bind-9.11.3/bin/named/ |
H A D | tsigconf.c | 39 unsigned char *secret = NULL; local 66 (void)cfg_map_get(key, "secret", &secretobj); 96 secret = isc_mem_get(mctx, secretlen); 97 if (secret == NULL) { 101 isc_buffer_init(&secretbuf, secret, secretlen); 108 ret = dns_tsigkey_create(&keyname, alg, secret, secretlen, 111 isc_mem_put(mctx, secret, secretalloc); 112 secret = NULL; 129 if (secret != NULL) 130 isc_mem_put(mctx, secret, secretallo [all...] |
/bind-9.11.3/bin/tests/system/notify/ns5/ |
H A D | named.conf | 15 secret "aaaaaaaaaaaaaaaaaaaa"; 20 secret "bbbbbbbbbbbbbbbbbbbb"; 25 secret "cccccccccccccccccccc";
|
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/ |
H A D | named.plainconf | 31 secret "Am9vCg==";
|
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/ |
H A D | named.conf.header | 24 secret "1234abcd8765";
|
/bind-9.11.3/bin/confgen/ |
H A D | keygen.h | 24 const char *keyname, isc_buffer_t *secret,
|
/bind-9.11.3/bin/rndc/ |
H A D | rndc.conf | 24 secret "34f88008d07deabbe65bd01f1d233d47"; 35 secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
|
/bind-9.11.3/bin/tests/system/rndc/ns3/ |
H A D | named.conf | 22 secret "1234abcd8765"; 27 secret "abcd1234abcd8765";
|
/bind-9.11.3/bin/tests/system/acl/ns2/ |
H A D | named3.conf | 31 secret "1234abcd8765"; 36 secret "1234abcd8765"; 41 secret "1234abcd8765";
|
H A D | named1.conf | 31 secret "1234abcd8765"; 36 secret "1234abcd8765";
|
H A D | named5.conf | 32 secret "1234abcd8765"; 37 secret "1234abcd8765";
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 248 isc_uint32_t algorithm, isccc_region_t *secret) 270 isc_hmacmd5_init(&ctx.hmd5, secret->rstart, 271 REGION_SIZE(*secret)); 279 isc_hmacsha1_init(&ctx.hsha, secret->rstart, 280 REGION_SIZE(*secret)); 288 isc_hmacsha224_init(&ctx.h224, secret->rstart, 289 REGION_SIZE(*secret)); 297 isc_hmacsha256_init(&ctx.h256, secret->rstart, 298 REGION_SIZE(*secret)); 306 isc_hmacsha384_init(&ctx.h384, secret 247 sign(unsigned char *data, unsigned int length, unsigned char *hmac, isc_uint32_t algorithm, isccc_region_t *secret) argument 343 isccc_cc_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer, isc_uint32_t algorithm, isccc_region_t *secret) argument 413 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, isc_uint32_t algorithm, isccc_region_t *secret) argument 599 table_fromwire(isccc_region_t *source, isccc_region_t *secret, isc_uint32_t algorithm, isccc_sexpr_t **alistp) argument 684 isccc_cc_fromwire(isccc_region_t *source, isccc_sexpr_t **alistp, isc_uint32_t algorithm, isccc_region_t *secret) argument [all...] |
/bind-9.11.3/bin/tests/system/allow_query/ns2/ |
H A D | named11.conf | 16 secret "1234abcd8765"; 21 secret "1234efgh8765";
|
H A D | named31.conf | 16 secret "1234abcd8765"; 21 secret "1234efgh8765";
|
/bind-9.11.3/bin/tests/system/rndc/ns2/ |
H A D | named.conf | 23 secret "1234abcd8765"; 28 secret "abcd1234abcd8765";
|
/bind-9.11.3/bin/tests/virtual-time/common/ |
H A D | controls.conf | 12 secret "1234abcd8765";
|
H A D | rndc.conf | 17 secret "1234abcd8765";
|
/bind-9.11.3/contrib/dlz/modules/ldap/testing/ |
H A D | slapd.conf | 34 rootpw secret
|