Searched refs:mptcp_crypto_hmac_sha (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/mptcp/ |
D | crypto.c | 44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha() function 82 EXPORT_SYMBOL_GPL(mptcp_crypto_hmac_sha);
|
D | crypto_test.c | 51 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in mptcp_crypto_test_basic()
|
D | protocol.h | 754 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
|
D | options.c | 641 mptcp_crypto_hmac_sha(key1, key2, msg, i, hmac); in add_addr_generate_hmac()
|
D | subflow.c | 58 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in subflow_generate_hmac()
|