Searched refs:mptcp_key_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.101.5/bsd/netinet/ |
| H A D | mptcp_var.h | 353 typedef u_int64_t mptcp_key_t; typedef 382 mptcp_key_t mpt_localkey; /* in network byte order */ 383 mptcp_key_t mpt_remotekey; /* in network byte order */ 597 extern void mptcp_hmac_sha1(mptcp_key_t, mptcp_key_t, u_int32_t, u_int32_t, 599 extern void mptcp_hmac_sha256(mptcp_key_t, mptcp_key_t, u_char*, uint16_t,
|
| H A D | mptcp.h | 94 mptcp_key_t mmc_localkey; 99 mptcp_key_t mmc_localkey; 100 mptcp_key_t mmc_remotekey;
|
| H A D | mptcp_subr.c | 132 static void mptcp_do_sha1(mptcp_key_t *, char *); 133 static void mptcp_do_sha256(mptcp_key_t *, char *); 5103 mptcp_do_sha256(mptcp_key_t *key, char *sha_digest) in mptcp_do_sha256() 5109 sha2_size = sizeof(mptcp_key_t); in mptcp_do_sha256() 5118 mptcp_hmac_sha256(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha256() 5122 mptcp_key_t key_ipad[8] = {0}; /* key XOR'd with inner pad */ in mptcp_hmac_sha256() 5123 mptcp_key_t key_opad[8] = {0}; /* key XOR'd with outer pad */ in mptcp_hmac_sha256() 5162 mptcp_do_sha1(mptcp_key_t *key, char *sha_digest) in mptcp_do_sha1() 5169 sha1_size = sizeof(mptcp_key_t); in mptcp_do_sha1() 5176 mptcp_hmac_sha1(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha1() [all …]
|
| H A D | tcp_output.c | 324 optlen += sizeof(struct mptcp_mpcapable_opt_common) + sizeof(mptcp_key_t); in tcp_tfo_check()
|
| /xnu-8796.101.5/bsd/dev/dtrace/scripts/ |
| H A D | mptcp.d | 59 mptcp_key_t localkey; 60 mptcp_key_t remotekey;
|