Lines Matching defs:tid
404 const char *type, uint32_t seq, uint16_t tid, uint8_t scc,
453 if (EVP_MAC_update(ctx, (void *)&tid, sizeof(tid)) != 1) {
723 msg->t_id = auth->tid;
811 msg->t_id = auth->tid;
832 if (challenge->t_id != auth->tid) {
833 AUTH_ERRLOG(qpair, "unexpected tid: received=%u, expected=%u\n",
834 challenge->t_id, auth->tid);
950 AUTH_DEBUGLOG(qpair, "key=%s, hash=%u, dhgroup=%u, seq=%u, tid=%u, subnqn=%s, hostnqn=%s, "
952 challenge->seqnum, auth->tid, ctrlr->trid.subnqn, ctrlr->opts.hostnqn, hl);
954 "HostHost", challenge->seqnum, auth->tid, 0,
979 "Controller", seqnum, auth->tid, 0,
999 reply->t_id = auth->tid;
1031 if (msg->t_id != auth->tid) {
1032 AUTH_ERRLOG(qpair, "unexpected tid: received=%u, expected=%u\n",
1033 msg->t_id, auth->tid);
1077 msg->t_id = auth->tid;
1257 auth->tid = ctrlr->auth_tid++;