Lines Matching refs:thmac
82 subflow_req->thmac = get_unaligned_be64(hmac);
382 u64 thmac;
388 thmac = get_unaligned_be64(hmac);
389 pr_debug("subflow=%p, token=%u, thmac=%llu, subflow->thmac=%llu\n",
390 subflow, subflow->token, thmac, subflow->thmac);
392 return thmac == subflow->thmac;
536 subflow->thmac = mp_opt.thmac;
539 pr_debug("subflow=%p, thmac=%llu, remote_nonce=%u backup=%d",
540 subflow, subflow->thmac, subflow->remote_nonce,
1971 new_ctx->thmac = subflow_req->thmac;