Searched refs:tkey (Results 1 - 14 of 14) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | tkey_249.c | 24 /* draft-ietf-dnsext-tkey-01.txt */ 348 dns_rdata_tkey_t *tkey = source; local 352 REQUIRE(tkey->common.rdtype == type); 353 REQUIRE(tkey->common.rdclass == rdclass); 361 RETERR(name_tobuffer(&tkey->algorithm, target)); 366 RETERR(uint32_tobuffer(tkey->inception, target)); 371 RETERR(uint32_tobuffer(tkey->expire, target)); 376 RETERR(uint16_tobuffer(tkey->mode, target)); 381 RETERR(uint16_tobuffer(tkey->error, target)); 386 RETERR(uint16_tobuffer(tkey 406 dns_rdata_tkey_t *tkey = target; local 493 dns_rdata_tkey_t *tkey = (dns_rdata_tkey_t *) source; local [all...] |
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/ |
H A D | named.conf.in | 32 tkey-domain "server"; 33 tkey-dhkey "server" KEYID;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | tsig.c | 95 remove_fromring(dns_tsigkey_t *tkey) { argument 96 if (tkey->generated) { 97 ISC_LIST_UNLINK(tkey->ring->lru, tkey, link); 98 tkey->ring->generated--; 100 (void)dns_rbt_deletename(tkey->ring->keys, &tkey->name, ISC_FALSE); 104 adjust_lru(dns_tsigkey_t *tkey) { argument 105 if (tkey->generated) { 106 RWLOCK(&tkey 255 dns_tsigkey_t *tkey; local 471 dns_tsigkey_t *tkey; local [all...] |
H A D | tkey.c | 42 #include <dns/tkey.h> 286 tkey_log("process_dhtkey: tkey-dhkey not defined"); 705 tkey_log("dns_tkey_processquery: tkey-domain not set"); 839 dns_rdata_tkey_t *tkey, isc_boolean_t win2k) 850 REQUIRE(tkey != NULL); 864 dns_rdatatype_tkey, tkey, dynbuf)); 921 dns_rdata_tkey_t tkey; local 937 tkey.common.rdclass = dns_rdataclass_any; 938 tkey.common.rdtype = dns_rdatatype_tkey; 939 ISC_LINK_INIT(&tkey 838 buildquery(dns_message_t *msg, dns_name_t *name, dns_rdata_tkey_t *tkey, isc_boolean_t win2k) argument 999 dns_rdata_tkey_t tkey; local 1048 dns_rdata_tkey_t tkey; local [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | tkeyconf.c | 33 #include <dns/tkey.h> 72 result = cfg_map_get(options, "tkey-dhkey", &obj); 88 result = cfg_map_get(options, "tkey-domain", &obj); 107 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
|
H A D | server.c | 79 #include <dns/tkey.h> 5627 dns_tsigkey_t *tkey; local 5649 tkey = node->data; 5651 if (tkey != NULL) { 5652 if (!tkey->generated) 5655 dns_name_format(&tkey->name, namestr, sizeof(namestr)); 5660 &tkey->name, 5735 dns_tsigkey_t *tkey; local 5762 tkey = node->data; 5764 if (tkey ! [all...] |
H A D | query.c | 53 #include <dns/tkey.h>
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | rdata_test.c | 256 static dns_rdata_tkey_t tkey; local 257 result = dns_rdata_tostruct(rdata, sp = &tkey, NULL); 523 static dns_rdata_tkey_t tkey; local 524 result = dns_rdata_tostruct(rdata, sp = &tkey, mctx); 820 dns_rdata_tkey_t tkey; 821 result = dns_rdata_fromstruct(rdata2, rdc, rdt, &tkey, b);
|
H A D | named.conf | 199 tkey-domain "foo.com"; 200 tkey-dhkey "xyz" 666 ; 397 cert a6 dname opt unspec uri tkey tsig ;
|
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 44 #include <dns/tkey.h>
|
H A D | keycreate.c | 44 #include <dns/tkey.h>
|
/bind-9.6-ESV-R11/lib/dns/win32/ |
H A D | libdns.mak | 190 -@erase "$(INTDIR)\tkey.obj"
308 "$(INTDIR)\tkey.obj" \
496 -@erase "$(INTDIR)\tkey.obj"
497 -@erase "$(INTDIR)\tkey.sbr"
623 "$(INTDIR)\tkey.sbr" \
711 "$(INTDIR)\tkey.obj" \
1730 SOURCE=..\tkey.c
1735 "$(INTDIR)\tkey.obj" : $(SOURCE) "$(INTDIR)"
1742 "$(INTDIR)\tkey.obj" "$(INTDIR)\tkey [all...] |
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | gsstest.c | 44 #include <dns/tkey.h>
|
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 71 #include <dns/tkey.h>
|
Completed in 2568 milliseconds