Home
last modified time | relevance | path

Searched refs:dhkey_a (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
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()