Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dmptcp_var.h351 typedef u_int64_t mptcp_key_t; typedef
380 mptcp_key_t mpt_localkey; /* in network byte order */
381 mptcp_key_t mpt_remotekey; /* in network byte order */
595 extern void mptcp_hmac_sha1(mptcp_key_t, mptcp_key_t, u_int32_t, u_int32_t,
597 extern void mptcp_hmac_sha256(mptcp_key_t, mptcp_key_t, u_char*, uint16_t,
H A Dmptcp.h94 mptcp_key_t mmc_localkey;
99 mptcp_key_t mmc_localkey;
100 mptcp_key_t mmc_remotekey;
H A Dmptcp_subr.c132 static void mptcp_do_sha1(mptcp_key_t *, char *);
133 static void mptcp_do_sha256(mptcp_key_t *, char *);
5102 mptcp_do_sha256(mptcp_key_t *key, char *sha_digest) in mptcp_do_sha256()
5108 sha2_size = sizeof(mptcp_key_t); in mptcp_do_sha256()
5117 mptcp_hmac_sha256(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha256()
5121 mptcp_key_t key_ipad[8] = {0}; /* key XOR'd with inner pad */ in mptcp_hmac_sha256()
5122 mptcp_key_t key_opad[8] = {0}; /* key XOR'd with outer pad */ in mptcp_hmac_sha256()
5161 mptcp_do_sha1(mptcp_key_t *key, char *sha_digest) in mptcp_do_sha1()
5168 sha1_size = sizeof(mptcp_key_t); in mptcp_do_sha1()
5175 mptcp_hmac_sha1(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha1()
[all …]
H A Dtcp_output.c324 optlen += sizeof(struct mptcp_mpcapable_opt_common) + sizeof(mptcp_key_t); in tcp_tfo_check()
/xnu-10002.81.5/bsd/dev/dtrace/scripts/
H A Dmptcp.d59 mptcp_key_t localkey;
60 mptcp_key_t remotekey;