Searched defs:tctx (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | tkeyconf.c | 49 dns_tkeyctx_t *tctx = NULL; local 58 result = dns_tkeyctx_create(mctx, ectx, &tctx); 74 type, NULL, mctx, &tctx->dhkey)); 86 tctx->domain = isc_mem_get(mctx, sizeof(dns_name_t)); 87 if (tctx->domain == NULL) { 91 dns_name_init(tctx->domain, NULL); 92 RETERR(dns_name_dup(name, mctx, tctx->domain)); 105 RETERR(dst_gssapi_acquirecred(name, ISC_FALSE, &tctx->gsscred)); 112 tctx->gssapi_keytab = isc_mem_strdup(mctx, s); 113 if (tctx [all...] |
/bind-9.11.3/bin/tests/system/tkey/ |
H A D | keydelete.c | 147 dns_tkeyctx_t *tctx; local 208 tctx = NULL; 209 RUNCHECK(dns_tkeyctx_create(mctx, ectx, &tctx)); 254 dns_tkeyctx_destroy(&tctx);
|
H A D | keycreate.c | 214 dns_tkeyctx_t *tctx; local 278 tctx = NULL; 279 RUNCHECK(dns_tkeyctx_create(mctx, ectx, &tctx)); 320 dns_tkeyctx_destroy(&tctx);
|
/bind-9.11.3/lib/dns/ |
H A D | tkey.c | 105 dns_tkeyctx_t *tctx; local 111 tctx = isc_mem_get(mctx, sizeof(dns_tkeyctx_t)); 112 if (tctx == NULL) 114 tctx->mctx = NULL; 115 isc_mem_attach(mctx, &tctx->mctx); 116 tctx->ectx = NULL; 117 isc_entropy_attach(ectx, &tctx->ectx); 118 tctx->dhkey = NULL; 119 tctx->domain = NULL; 120 tctx 130 dns_tkeyctx_t *tctx; local 292 process_dhtkey(dns_message_t *msg, dns_name_t *signer, dns_name_t *name, dns_rdata_tkey_t *tkeyin, dns_tkeyctx_t *tctx, dns_rdata_tkey_t *tkeyout, dns_tsig_keyring_t *ring, dns_namelist_t *namelist) argument 458 process_gsstkey(dns_name_t *name, dns_rdata_tkey_t *tkeyin, dns_tkeyctx_t *tctx, dns_rdata_tkey_t *tkeyout, dns_tsig_keyring_t *ring) argument 643 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx, dns_tsig_keyring_t *ring) argument [all...] |
H A D | masterdump.c | 226 dns_totext_ctx_t tctx; member in struct:dns_dumpctx 1486 result = totext_ctx_init(style, &dctx->tctx); 1499 (dctx->tctx.style.flags & DNS_STYLEFLAG_REL_OWNER) != 0) { 1670 dns_fixedname_name(&dctx->tctx.origin_fixname); 1673 if ((dctx->tctx.style.flags & 1675 dctx->tctx.origin = origin; 1676 dctx->tctx.neworigin = origin; 1685 &dctx->tctx, &buffer, dctx->f);
|
H A D | rdata.c | 81 #define ARGS_TOTEXT dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, \ 208 rdata_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, 223 unknown_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, 484 typemap_totext(isc_region_t *sr, dns_rdata_textctx_t *tctx, argument 492 if (tctx != NULL && 493 (tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) { 494 RETERR(str_totext(tctx->linebreak, target)); 1038 unknown_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, argument 1058 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 1066 if (tctx 1080 rdata_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, isc_buffer_t *target) argument 1120 dns_rdata_textctx_t tctx; local 1140 dns_rdata_textctx_t tctx; local [all...] |
Completed in 25 milliseconds