Lines Matching refs:thmac
90 subflow_req->thmac = get_unaligned_be64(hmac);
258 u64 thmac;
264 thmac = get_unaligned_be64(hmac);
265 pr_debug("subflow=%p, token=%u, thmac=%llu, subflow->thmac=%llu\n",
267 (unsigned long long)thmac,
268 (unsigned long long)subflow->thmac);
270 return thmac == subflow->thmac;
329 subflow->thmac = mp_opt.thmac;
331 pr_debug("subflow=%p, thmac=%llu, remote_nonce=%u", subflow,
332 subflow->thmac, subflow->remote_nonce);
1390 new_ctx->thmac = subflow_req->thmac;