dhkey             143 net/bluetooth/selftest.c 				   const u8 pub_b[64], const u8 dhkey[32])
dhkey             163 net/bluetooth/selftest.c 	if (memcmp(dhkey_a, dhkey, 32)) {
dhkey             176 net/bluetooth/selftest.c 	if (memcmp(dhkey_b, dhkey, 32))
dhkey             127 net/bluetooth/smp.c 	u8			dhkey[32];
dhkey            1431 net/bluetooth/smp.c 	return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk);
dhkey            2729 net/bluetooth/smp.c 	if (compute_ecdh_secret(tfm_ecdh, smp->remote_pk, smp->dhkey))
dhkey            2732 net/bluetooth/smp.c 	SMP_DBG("DHKey %32phN", smp->dhkey);