Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/ !
H A Dmptcp_var.h597 extern void mptcp_hmac_sha256(mptcp_key_t, mptcp_key_t, u_char*, uint16_t,
H A Dmptcp_opt.c1088 mptcp_hmac_sha256(mp_tp->mpt_remotekey, mp_tp->mpt_localkey, (u_char *)data, 8, digest); in mptcp_validate_join_hmac()
1561 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.c5116 mptcp_hmac_sha256(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha256() function
5237 mptcp_hmac_sha256(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, (u_char*)data, 8, full_digest); in mptcp_get_mpjoin_hmac()