Home
last modified time | relevance | path

Searched refs:rem_rand (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_opt.c1072 u_int32_t rem_rand, loc_rand; in mptcp_validate_join_hmac() local
1074 rem_rand = loc_rand = 0; in mptcp_validate_join_hmac()
1076 mptcp_get_rands(tp->t_local_aid, mp_tp, &loc_rand, &rem_rand); in mptcp_validate_join_hmac()
1077 if ((rem_rand == 0) || (loc_rand == 0)) { in mptcp_validate_join_hmac()
1082 mptcp_hmac_sha1(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, rem_rand, loc_rand, in mptcp_validate_join_hmac()
1086 data[0] = rem_rand; in mptcp_validate_join_hmac()
1096 rem_rand, loc_rand); in mptcp_validate_join_hmac()