Lines Matching defs:tsigctx
199 dst_context_t *tsigctx; /*%< TSIG verification context */
1628 if (xfr->tsigctx != NULL) {
1629 dst_context_destroy(&xfr->tsigctx);
1780 msg->tsigctx = xfr->tsigctx;
1781 xfr->tsigctx = NULL;
2008 INSIST(xfr->tsigctx == NULL);
2009 xfr->tsigctx = msg->tsigctx;
2010 msg->tsigctx = NULL;
2145 if (xfr->tsigctx != NULL) {
2146 dst_context_destroy(&xfr->tsigctx);