Home
last modified time | relevance | path

Searched refs:nonce2 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
Dcrypto_test.c36 u32 nonce1, nonce2; in mptcp_crypto_test_basic() local
46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4])); in mptcp_crypto_test_basic()
49 put_unaligned_be32(nonce2, &msg[4]); in mptcp_crypto_test_basic()
Dsubflow.c45 static void subflow_generate_hmac(u64 key1, u64 key2, u32 nonce1, u32 nonce2, in subflow_generate_hmac() argument
51 put_unaligned_be32(nonce2, &msg[4]); in subflow_generate_hmac()