Searched refs:dhkey_b (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | selftest.c | 145 u8 *tmp, *dhkey_a, *dhkey_b; in test_ecdh_sample() local 153 dhkey_b = &tmp[32]; in test_ecdh_sample() 172 ret = compute_ecdh_secret(tfm, pub_a, dhkey_b); in test_ecdh_sample() 176 if (memcmp(dhkey_b, dhkey, 32)) in test_ecdh_sample()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | selftest.c | 145 u8 *tmp, *dhkey_a, *dhkey_b; in test_ecdh_sample() local 153 dhkey_b = &tmp[32]; in test_ecdh_sample() 172 ret = compute_ecdh_secret(tfm, pub_a, dhkey_b); in test_ecdh_sample() 176 if (memcmp(dhkey_b, dhkey, 32)) in test_ecdh_sample()
|
Completed in 2 milliseconds