Searched refs:mptcp_crypto_hmac_sha (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/ |
H 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() function 82 EXPORT_SYMBOL_GPL(mptcp_crypto_hmac_sha); variable
|
H A D | crypto_test.c | 51 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in mptcp_crypto_test_basic()
|
H A D | options.c | 556 mptcp_crypto_hmac_sha(key1, key2, msg, 7, hmac); in add_addr_generate_hmac() 573 mptcp_crypto_hmac_sha(key1, key2, msg, 19, hmac); in add_addr6_generate_hmac()
|
H A D | protocol.h | 434 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
|
H A D | subflow.c | 53 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in subflow_generate_hmac()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H 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() function 82 EXPORT_SYMBOL_GPL(mptcp_crypto_hmac_sha); variable
|
H A D | crypto_test.c | 51 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in mptcp_crypto_test_basic()
|
H A D | protocol.h | 857 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
|
H A D | subflow.c | 59 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in subflow_generate_hmac()
|
H A D | options.c | 644 mptcp_crypto_hmac_sha(key1, key2, msg, i, hmac); in add_addr_generate_hmac()
|
Completed in 14 milliseconds