Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dmptcp_var.h599 extern void mptcp_hmac_sha256(mptcp_key_t, mptcp_key_t, u_char*, uint16_t,
H A Dmptcp_opt.c1081 mptcp_hmac_sha256(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, (u_char *)data, 8, digest); in mptcp_validate_join_hmac()
1554 mptcp_hmac_sha256(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, msg, msg_len, digest); in mptcp_validate_add_addr_hmac()
H A Dmptcp_subr.c5105 mptcp_hmac_sha256(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha256() function
5226 mptcp_hmac_sha256(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, (u_char*)data, 8, full_digest); in mptcp_get_mpjoin_hmac()