Searched refs:dhkey_a (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 152 dhkey_a = &tmp[0]; in test_ecdh_sample() 159 ret = compute_ecdh_secret(tfm, pub_b, dhkey_a); in test_ecdh_sample() 163 if (memcmp(dhkey_a, 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 152 dhkey_a = &tmp[0]; in test_ecdh_sample() 159 ret = compute_ecdh_secret(tfm, pub_b, dhkey_a); in test_ecdh_sample() 163 if (memcmp(dhkey_a, dhkey, 32)) { in test_ecdh_sample()
|
Completed in 2 milliseconds