Searched refs:key2 (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 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 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 55 put_unaligned_be64(key2, key2be); 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 | 666 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