Searched refs:key1 (Results 1 – 6 of 6) sorted by relevance
| /net/mptcp/ |
| A D | crypto_test.c | 37 u64 key1, key2; in mptcp_crypto_test_basic() local 43 key1 = be64_to_cpu(*((__be64 *)&tests[i].key[0])); in mptcp_crypto_test_basic() 51 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in mptcp_crypto_test_basic()
|
| A D | crypto.c | 44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha() argument 54 put_unaligned_be64(key1, key1be); in mptcp_crypto_hmac_sha()
|
| A D | options.c | 617 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 D | subflow.c | 50 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 D | protocol.h | 1004 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
|
| /net/openvswitch/ |
| A D | flow_table.c | 665 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() argument 669 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key()
|
Completed in 24 milliseconds