Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Dprotocol.h85 #define MPTCPOPT_HMAC_LEN 20 macro
159 u8 hmac[MPTCPOPT_HMAC_LEN];
431 u8 hmac[MPTCPOPT_HMAC_LEN];
A Doptions.c143 memcpy(mp_opt->hmac, ptr, MPTCPOPT_HMAC_LEN); in mptcp_parse_option()
503 memcpy(opts->hmac, subflow->hmac, MPTCPOPT_HMAC_LEN); in mptcp_established_options_mp()
1392 memcpy(ptr, opts->hmac, MPTCPOPT_HMAC_LEN); in mptcp_write_options()
A Dsubflow.c463 memcpy(subflow->hmac, hmac, MPTCPOPT_HMAC_LEN); in subflow_finish_connect()
557 return !crypto_memneq(hmac, mp_opt->hmac, MPTCPOPT_HMAC_LEN); in subflow_hmac_valid()

Completed in 24 milliseconds