Lines Matching defs:thmac
82 subflow_req->thmac = get_unaligned_be64(hmac);
417 u64 thmac;
423 thmac = get_unaligned_be64(hmac);
424 pr_debug("subflow=%p, token=%u, thmac=%llu, subflow->thmac=%llu\n",
425 subflow, subflow->token, thmac, subflow->thmac);
427 return thmac == subflow->thmac;
576 subflow->thmac = mp_opt.thmac;
579 pr_debug("subflow=%p, thmac=%llu, remote_nonce=%u backup=%d\n",
580 subflow, subflow->thmac, subflow->remote_nonce,
2082 new_ctx->thmac = subflow_req->thmac;