Searched refs:dhkey (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | selftest.c | 143 const u8 pub_b[64], const u8 dhkey[32]) in test_ecdh_sample() 163 if (memcmp(dhkey_a, dhkey, 32)) { in test_ecdh_sample() 176 if (memcmp(dhkey_b, dhkey, 32)) in test_ecdh_sample()
|
H A D | smp.c | 128 u8 dhkey[32]; member 1444 return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk); in sc_mackey_and_ltk() 2808 if (compute_ecdh_secret(tfm_ecdh, smp->remote_pk, smp->dhkey)) in smp_cmd_public_key() 2811 SMP_DBG("DHKey %32phN", smp->dhkey); in smp_cmd_public_key()
|