Searched defs:tsigctx (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dtsig_test.c30 add_mac(dst_context_t *tsigctx, isc_buffer_t *buf) { argument
46 result = dst_context_adddata(tsigctx, &r);
53 add_tsig(dst_context_t *tsigctx, dns_tsigkey_t *key, isc_buffer_t *target) { argument
93 CHECK(dst_context_adddata(tsigctx, &r));
100 CHECK(dst_context_sign(tsigctx, &sigbuf));
165 dst_context_t *tsigctx)
191 if (tsigctx == NULL) {
218 if (tsigctx != NULL) {
222 result = dst_context_adddata(tsigctx, &r);
262 dst_context_t *tsigctx local
163 render(isc_buffer_t *buf, unsigned flags, dns_tsigkey_t *key, isc_buffer_t **tsigin, isc_buffer_t **tsigout, dst_context_t *tsigctx) argument
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h243 dst_context_t *tsigctx; member in struct:dns_message
/bind-9.11.3/lib/dns/
H A Dxfrin.c152 dst_context_t *tsigctx; /*%< TSIG verification context */ member in struct:dns_xfrin_ctx
882 xfr->tsigctx = NULL;
1156 if (xfr->tsigctx != NULL)
1157 dst_context_destroy(&xfr->tsigctx);
1262 msg->tsigctx = xfr->tsigctx;
1263 xfr->tsigctx = NULL;
1404 INSIST(xfr->tsigctx == NULL);
1405 xfr->tsigctx = msg->tsigctx;
[all...]
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h182 dst_context_t *tsigctx; member in struct:dig_lookup

Completed in 17 milliseconds