Home | History | Annotate | Download | only in dns

Lines Matching refs:tsigctx

68 add_mac(dst_context_t *tsigctx, isc_buffer_t *buf) {
84 result = dst_context_adddata(tsigctx, &r);
91 add_tsig(dst_context_t *tsigctx, dns_tsigkey_t *key, isc_buffer_t *target,
128 CHECK(dst_context_adddata(tsigctx, &r));
133 CHECK(dst_context_sign(tsigctx, &sigbuf));
203 isc_buffer_t **tsigin, isc_buffer_t **tsigout, dst_context_t *tsigctx) {
227 if (tsigctx == NULL) {
242 if (tsigctx != NULL) {
246 result = dst_context_adddata(tsigctx, &r);
275 dst_context_t *tsigctx = NULL;
337 tsigctx = msg->tsigctx;
338 msg->tsigctx = NULL;
368 msg->tsigctx = tsigctx;
369 tsigctx = NULL;
392 tsigctx = msg->tsigctx;
393 msg->tsigctx = NULL;
413 msg->tsigctx = tsigctx;
414 tsigctx = NULL;