Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dmptcp_opt.c419 mptcp_opt.mmc_rsp1.mmc_remotekey = mp_tp->mpt_remotekey; in mptcp_setup_opts()
984 mp_tp->mpt_remotekey = rsp->mmc_localkey; in mptcp_do_mpcapable_opt()
1065 mptcp_hmac_sha1(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, rem_rand, loc_rand, in mptcp_validate_join_hmac()
1071 mptcp_hmac_sha256(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, (u_char *)data, 8, digest); in mptcp_validate_join_hmac()
1078 "local rand %x \n", __func__, mp_tp->mpt_remotekey, mp_tp->mpt_localkey, in mptcp_validate_join_hmac()
1573 mptcp_hmac_sha256(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, msg, msg_len, digest); in mptcp_validate_add_addr_hmac()
H A Dmptcp_var.h384 mptcp_key_t mpt_remotekey; /* in network byte order */ member
H A Dmptcp_subr.c5263 mptcp_hmac_sha1(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, lrand, rrand, full_digest); in mptcp_get_mpjoin_hmac()
5268 mptcp_hmac_sha256(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, (u_char*)data, 8, full_digest); in mptcp_get_mpjoin_hmac()
5385 mptcp_do_sha1(&mp_tp->mpt_remotekey, remote_digest); in mptcp_init_remote_parms()
5388 mptcp_do_sha256(&mp_tp->mpt_remotekey, remote_digest); in mptcp_init_remote_parms()
/xnu-12377.61.12/bsd/dev/dtrace/scripts/
H A Dmptcp.d98 remotekey = T->mpt_remotekey;