Searched refs:secret (Results 1 - 25 of 62) sorted by relevance

123

/bind-9.6-ESV-R11/bin/tests/
H A Dndc.conf-include22 secret "R29yZSBpbiAyMDA0IQo"; # "Gore in 2004!"
/bind-9.6-ESV-R11/bin/tests/system/common/
H A Drndc.key20 secret "1234abcd8765";
/bind-9.6-ESV-R11/bin/tests/system/tsig/ns1/
H A Dnamed.conf34 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 Dnamed.conf.in38 secret "1234abcd8765";
48 secret "0123456789ab";
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base32 secret "1234abcd8765";
37 secret "1234abcd8765";
/bind-9.6-ESV-R11/bin/named/
H A Dtsigconf.c47 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 Dcontrolconf.c74 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 Dsetup.sh39 secret "1234abcd8765";
/bind-9.6-ESV-R11/bin/tests/system/database/ns1/
H A Dnamed.conf122 secret "1234abcd8765";
H A Dnamed.conf222 secret "1234abcd8765";
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dsetup.sh36 secret "1234abcd8765";
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf50 secret "Am9vCg==";
H A Dnamed.pipeconf50 secret "Am9vCg==";
H A Dnamed.plain50 secret "Am9vCg==";
H A Dnamed.symconf50 secret "Am9vCg==";
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dcc.h59 isccc_region_t *secret);
64 isccc_region_t *secret);
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.conf35 secret "34f88008d07deabbe65bd01f1d233d47";
46 secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/
H A Dnamed11.conf24 secret "1234abcd8765";
29 secret "1234efgh8765";
H A Dnamed31.conf24 secret "1234abcd8765";
29 secret "1234efgh8765";
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbadtsig.conf19 /* Bad secret */
22 secret "jEdD+BPKg==";
/bind-9.6-ESV-R11/bin/tests/system/rndc/ns3/
H A Dnamed.conf30 secret "1234abcd8765";
35 secret "abcd1234abcd8765";
/bind-9.6-ESV-R11/bin/tests/system/acl/ns2/
H A Dnamed3.conf39 secret "1234abcd8765";
44 secret "1234abcd8765";
49 secret "1234abcd8765";
H A Dnamed1.conf39 secret "1234abcd8765";
44 secret "1234abcd8765";
H A Dnamed2.conf39 secret "1234abcd8765";
44 secret "1234abcd8765";
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c209 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...]

Completed in 3696 milliseconds

123