Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dselftest.c145 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()