Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dselftest.c143 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()
Dsmp.c126 u8 dhkey[32]; member
1435 return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk); in sc_mackey_and_ltk()
2793 if (compute_ecdh_secret(tfm_ecdh, smp->remote_pk, smp->dhkey)) in smp_cmd_public_key()
2796 SMP_DBG("DHKey %32phN", smp->dhkey); in smp_cmd_public_key()