Lines Matching refs:tctx
58 dns_tkeyctx_t *tctx = NULL;
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);