Searched refs:tctx (Results 1 - 25 of 70) sorted by relevance

123

/bind-9.6-ESV-R11/bin/named/
H A Dtkeyconf.c58 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 Dtlsa_52.c80 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 Ddnskey_48.c118 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 Dkey_25.c118 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 Dtkey_249.c146 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 Dcert_37.c80 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 Ddlv_32769.c95 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 Dds_43.c95 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 Dsshfp_44.c72 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 Dopt_41.c74 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 Dsig_24.c195 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 Dsoa_6.c103 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 Drrsig_46.c219 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 Dhip_55.c143 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 Dipseckey_45.c135 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
192 RETERR(str_totext(tctx->linebreak, target));
193 RETERR(isc_base64_totext(&region, tctx->width - 2,
194 tctx->linebreak, target));
197 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
H A Dnull_10.c46 return (unknown_totext(rdata, tctx, target));
H A Dunspec_103.c44 UNUSED(tctx);
H A Dminfo_14.c84 sub = name_prefix(&rmail, tctx->origin, &prefix);
90 sub = name_prefix(&email, tctx->origin, &prefix);
/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c88 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 Drdata.c74 #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 Dkeydelete.c153 dns_tkeyctx_t *tctx; local
214 tctx = NULL;
215 RUNCHECK(dns_tkeyctx_create(mctx, ectx, &tctx));
253 dns_tkeyctx_destroy(&tctx);
H A Dkeycreate.c210 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 Ddhcid_49.c53 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 Dtkey.h57 *\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 Dtsig_250.c155 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)

Completed in 37 milliseconds

123