Lines Matching defs:tsig
51 #include <dns/tsig.h>
410 m->tsig = NULL;
514 if (msg->tsig != NULL) {
515 INSIST(dns_rdataset_isassociated(msg->tsig));
519 msg->querytsig = msg->tsig;
521 dns__message_putassociatedrdataset(msg, &msg->tsig);
528 msg->tsig = NULL;
1349 * If it is a tsig, verify that it is in the
1667 * Note msg->opt, msg->sig0 and msg->tsig will only be
1687 msg->tsig = rdataset;
2421 result = renderset(msg->tsig, msg->tsigname, msg->cctx,
2489 if (msg->tsig != NULL) {
2490 dns__message_putassociatedrdataset(msg, &msg->tsig);
2891 return msg->tsig;
2983 if (msg->tsig == NULL) {
2987 result = dns_rdataset_first(msg->tsig);
2991 dns_rdataset_current(msg->tsig, &rdata);
3104 if (msg->tsig == NULL && msg->sig0 == NULL) {
3140 dns_rdata_any_tsig_t tsig;
3142 result = dns_rdataset_first(msg->tsig);
3144 dns_rdataset_current(msg->tsig, &rdata);
3146 result = dns_rdata_tostruct(&rdata, &tsig, NULL);
3149 tsig.error == dns_rcode_noerror)
3157 INSIST(tsig.error != dns_rcode_noerror);
3160 dns_rdata_freestruct(&tsig);
3164 * If msg->tsigstatus & tsig.error are both
3206 if (msg->tsig != NULL) {
3207 result = dns_rdataset_first(msg->tsig);
3209 dns_rdataset_current(msg->tsig, &querytsigrdata);
3282 if (msg->tsigkey == NULL && msg->tsig == NULL && msg->sig0 == NULL) {
3289 if (msg->tsigkey != NULL || msg->tsig != NULL) {