/bind-9.6-ESV-R11/bin/named/ |
H A D | tkeyconf.c | 58 dns_tkeyctx_t *tctx = NULL; local 67 result = dns_tkeyctx_create(mctx, ectx, &tctx); 84 type, NULL, mctx, &tctx->dhkey)); 97 tctx->domain = isc_mem_get(mctx, sizeof(dns_name_t)); 98 if (tctx->domain == NULL) { 102 dns_name_init(tctx->domain, NULL); 103 RETERR(dns_name_dup(name, mctx, tctx->domain)); 118 &tctx->gsscred)); 121 *tctxp = tctx; 125 dns_tkeyctx_destroy(&tctx); [all...] |
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | tlsa_52.c | 80 UNUSED(tctx); 111 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 113 RETERR(str_totext(tctx->linebreak, target)); 114 if (tctx->width == 0) /* No splitting */ 117 RETERR(isc_hex_totext(&sr, tctx->width - 2, 118 tctx->linebreak, target)); 119 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | dnskey_48.c | 118 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 120 RETERR(str_totext(tctx->linebreak, target)); 121 RETERR(isc_base64_totext(&sr, tctx->width - 2, 122 tctx->linebreak, target)); 124 if ((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0) 125 RETERR(str_totext(tctx->linebreak, target)); 126 else if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 129 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 132 if ((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0) {
|
H A D | key_25.c | 118 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 120 RETERR(str_totext(tctx->linebreak, target)); 121 RETERR(isc_base64_totext(&sr, tctx->width - 2, 122 tctx->linebreak, target)); 124 if ((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0) 125 RETERR(str_totext(tctx->linebreak, target)); 126 else if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 129 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 132 if ((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0) {
|
H A D | tkey_249.c | 146 sub = name_prefix(&name, tctx->origin, &prefix); 201 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 203 RETERR(str_totext(tctx->linebreak, target)); 204 RETERR(isc_base64_totext(&dr, tctx->width - 2, 205 tctx->linebreak, target)); 206 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 227 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 229 RETERR(str_totext(tctx->linebreak, target)); 230 RETERR(isc_base64_totext(&dr, tctx->width - 2, 231 tctx [all...] |
H A D | cert_37.c | 80 UNUSED(tctx); 109 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 111 RETERR(str_totext(tctx->linebreak, target)); 112 RETERR(isc_base64_totext(&sr, tctx->width - 2, 113 tctx->linebreak, target)); 114 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | dlv_32769.c | 95 UNUSED(tctx); 126 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 128 RETERR(str_totext(tctx->linebreak, target)); 129 RETERR(isc_hex_totext(&sr, tctx->width - 2, tctx->linebreak, target)); 130 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | ds_43.c | 95 UNUSED(tctx); 126 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 128 RETERR(str_totext(tctx->linebreak, target)); 129 RETERR(isc_hex_totext(&sr, tctx->width - 2, tctx->linebreak, target)); 130 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | sshfp_44.c | 72 UNUSED(tctx); 95 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 97 RETERR(str_totext(tctx->linebreak, target)); 98 RETERR(isc_hex_totext(&sr, tctx->width - 2, tctx->linebreak, target)); 99 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | opt_41.c | 74 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 76 RETERR(str_totext(tctx->linebreak, target)); 79 RETERR(isc_base64_totext(&or, tctx->width - 2, 80 tctx->linebreak, target)); 82 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | sig_24.c | 195 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 197 RETERR(str_totext(tctx->linebreak, target)); 223 sub = name_prefix(&name, tctx->origin, &prefix); 229 RETERR(str_totext(tctx->linebreak, target)); 230 RETERR(isc_base64_totext(&sr, tctx->width - 2, 231 tctx->linebreak, target)); 232 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | soa_6.c | 103 multiline = ISC_TF((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0); 105 comment = ISC_TF((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0); 122 sub = name_prefix(&mname, tctx->origin, &prefix); 127 sub = name_prefix(&rname, tctx->origin, &prefix); 132 RETERR(str_totext(tctx->linebreak, target)); 149 RETERR(str_totext(tctx->linebreak, target)); 151 RETERR(str_totext(tctx->linebreak, target));
|
H A D | rrsig_46.c | 219 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 221 RETERR(str_totext(tctx->linebreak, target)); 251 RETERR(str_totext(tctx->linebreak, target)); 252 RETERR(isc_base64_totext(&sr, tctx->width - 2, 253 tctx->linebreak, target)); 254 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | hip_55.c | 143 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 160 RETERR(str_totext(tctx->linebreak, target)); 170 RETERR(str_totext(tctx->linebreak, target)); 182 RETERR(str_totext(tctx->linebreak, target)); 184 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | ipseckey_45.c | 135 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 192 RETERR(str_totext(tctx->linebreak, target)); 193 RETERR(isc_base64_totext(®ion, tctx->width - 2, 194 tctx->linebreak, target)); 197 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
H A D | null_10.c | 46 return (unknown_totext(rdata, tctx, target));
|
H A D | unspec_103.c | 44 UNUSED(tctx);
|
H A D | minfo_14.c | 84 sub = name_prefix(&rmail, tctx->origin, &prefix); 90 sub = name_prefix(&email, tctx->origin, &prefix);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | tkey.c | 88 dns_tkeyctx_t *tctx; local 94 tctx = isc_mem_get(mctx, sizeof(dns_tkeyctx_t)); 95 if (tctx == NULL) 97 tctx->mctx = NULL; 98 isc_mem_attach(mctx, &tctx->mctx); 99 tctx->ectx = NULL; 100 isc_entropy_attach(ectx, &tctx->ectx); 101 tctx->dhkey = NULL; 102 tctx->domain = NULL; 103 tctx 112 dns_tkeyctx_t *tctx; local 266 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 424 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 593 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx, dns_tsig_keyring_t *ring) argument [all...] |
H A D | rdata.c | 74 #define ARGS_TOTEXT dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, \ 204 rdata_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, 219 unknown_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, 779 unknown_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, argument 799 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 807 if (tctx->width == 0) /* No splitting */ 810 result = isc_hex_totext(&sr, tctx->width - 2, 811 tctx->linebreak, 814 (tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 821 rdata_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, argument 850 dns_rdata_textctx_t tctx; local 869 dns_rdata_textctx_t tctx; local [all...] |
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 153 dns_tkeyctx_t *tctx; local 214 tctx = NULL; 215 RUNCHECK(dns_tkeyctx_create(mctx, ectx, &tctx)); 253 dns_tkeyctx_destroy(&tctx);
|
H A D | keycreate.c | 210 dns_tkeyctx_t *tctx; local 273 tctx = NULL; 274 RUNCHECK(dns_tkeyctx_create(mctx, ectx, &tctx)); 314 dns_tkeyctx_destroy(&tctx);
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | dhcid_49.c | 53 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 55 RETERR(isc_base64_totext(&sr, tctx->width - 2, tctx->linebreak, 57 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) {
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | tkey.h | 57 *\li 'tctx' is not NULL 58 *\li '*tctx' is NULL 72 *\li 'tctx' is not NULL 73 *\li '*tctx' is not NULL 77 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx, 85 *\li 'tctx' is a valid TKEY context
|
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/ |
H A D | tsig_250.c | 155 sub = name_prefix(&name, tctx->origin, &prefix); 202 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) 204 RETERR(str_totext(tctx->linebreak, target)); 205 RETERR(isc_base64_totext(&sigr, tctx->width - 2, 206 tctx->linebreak, target)); 207 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|