Searched refs:remote_key (Results 1 – 3 of 3) sorted by relevance
| /net/mptcp/ |
| A D | subflow.c | 78 READ_ONCE(msk->remote_key), in subflow_req_create_thmac() 419 subflow_generate_hmac(subflow->remote_key, subflow->local_key, in subflow_thmac_valid() 490 subflow->remote_key = mp_opt->sndr_key; in subflow_set_remote_key() 491 mptcp_crypto_key_sha(subflow->remote_key, NULL, &subflow->iasn); in subflow_set_remote_key() 494 WRITE_ONCE(msk->remote_key, subflow->remote_key); in subflow_set_remote_key() 591 subflow_generate_hmac(subflow->local_key, subflow->remote_key, in subflow_finish_connect() 758 subflow_generate_hmac(READ_ONCE(msk->remote_key), in subflow_hmac_valid() 1648 subflow->remote_key = READ_ONCE(msk->remote_key); in __mptcp_subflow_connect() 1667 mptcp_crypto_key_sha(subflow->remote_key, &remote_token, NULL); in __mptcp_subflow_connect()
|
| A D | options.c | 476 opts->rcvr_key = subflow->remote_key; in mptcp_established_options_mp() 500 subflow, subflow->local_key, subflow->remote_key, in mptcp_established_options_mp() 697 READ_ONCE(msk->remote_key), in mptcp_established_options_add_addr() 799 opts->rcvr_key = READ_ONCE(msk->remote_key); in mptcp_established_options_fastclose() 1111 hmac = add_addr_generate_hmac(READ_ONCE(msk->remote_key), in add_addr_hmac_valid() 1234 mptcp_crypto_key_sha(subflow->remote_key, NULL, in mptcp_incoming_options()
|
| A D | protocol.h | 279 u64 remote_key; /* same as above */ member 509 u64 remote_key;
|
Completed in 13 milliseconds