Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dmptcp_opt.c432 mptcp_opt.mmc_rsp1.mmc_remotekey = mp_tp->mpt_remotekey; in mptcp_setup_opts()
1024 mp_tp->mpt_remotekey = rsp->mmc_localkey; in mptcp_do_mpcapable_opt()
1103 mptcp_hmac_sha1(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, rem_rand, loc_rand, in mptcp_validate_join_hmac()
1109 mptcp_hmac_sha256(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, (u_char *)data, 8, digest); in mptcp_validate_join_hmac()
1116 "local rand %x \n", __func__, mp_tp->mpt_remotekey, mp_tp->mpt_localkey, in mptcp_validate_join_hmac()
1587 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.h383 mptcp_key_t mpt_remotekey; /* in network byte order */ member
H A Dmptcp_subr.c5374 mptcp_hmac_sha1(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, lrand, rrand, full_digest); in mptcp_get_mpjoin_hmac()
5379 mptcp_hmac_sha256(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, (u_char*)data, 8, full_digest); in mptcp_get_mpjoin_hmac()
5496 mptcp_do_sha1(&mp_tp->mpt_remotekey, remote_digest); in mptcp_init_remote_parms()
5499 mptcp_do_sha256(&mp_tp->mpt_remotekey, remote_digest); in mptcp_init_remote_parms()
/xnu-8020.121.3/bsd/dev/dtrace/scripts/
H A Dmptcp.d98 remotekey = T->mpt_remotekey;