Searched refs:mptcp_key_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/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* __sized_by(msglen), uint16_t msglen,
|
| 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 | 133 static void mptcp_do_sha1(mptcp_key_t *, char sha_digest[SHA1_RESULTLEN]); 134 static void mptcp_do_sha256(mptcp_key_t *, char sha_digest[SHA256_DIGEST_LENGTH]); 5124 mptcp_do_sha256(mptcp_key_t *key, char sha_digest[SHA256_DIGEST_LENGTH]) in mptcp_do_sha256() 5130 sha2_size = sizeof(mptcp_key_t); in mptcp_do_sha256() 5139 mptcp_hmac_sha256(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha256() 5143 mptcp_key_t key_ipad[8] = {0}; /* key XOR'd with inner pad */ in mptcp_hmac_sha256() 5144 mptcp_key_t key_opad[8] = {0}; /* key XOR'd with outer pad */ in mptcp_hmac_sha256() 5183 mptcp_do_sha1(mptcp_key_t *key, char sha_digest[SHA1_RESULTLEN]) in mptcp_do_sha1() 5190 sha1_size = sizeof(mptcp_key_t); in mptcp_do_sha1() 5197 mptcp_hmac_sha1(mptcp_key_t key1, mptcp_key_t key2, in mptcp_hmac_sha1() [all …]
|
| H A D | tcp_output.c | 341 optlen += sizeof(struct mptcp_mpcapable_opt_common) + sizeof(mptcp_key_t); in tcp_tfo_check()
|
| /xnu-11417.101.15/bsd/dev/dtrace/scripts/ |
| H A D | mptcp.d | 59 mptcp_key_t localkey; 60 mptcp_key_t remotekey;
|