Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 6 of 6) sorted by relevance

/net/mptcp/
A Dcrypto_test.c37 u64 key1, key2; in mptcp_crypto_test_basic() local
44 key2 = be64_to_cpu(*((__be64 *)&tests[i].key[8])); in mptcp_crypto_test_basic()
51 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in mptcp_crypto_test_basic()
A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha() argument
55 put_unaligned_be64(key2, key2be); in mptcp_crypto_hmac_sha()
A Doptions.c617 static u64 add_addr_generate_hmac(u64 key1, u64 key2, in add_addr_generate_hmac() argument
639 mptcp_crypto_hmac_sha(key1, key2, msg, i, hmac); in add_addr_generate_hmac()
A Dsubflow.c50 static void subflow_generate_hmac(u64 key1, u64 key2, u32 nonce1, u32 nonce2, in subflow_generate_hmac() argument
58 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in subflow_generate_hmac()
A Dprotocol.h1004 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
/net/openvswitch/
A Dflow_table.c666 const struct sw_flow_key *key2, in cmp_key() argument
670 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()

Completed in 26 milliseconds