Searched refs:pkbx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 2139 u8 *pkax, *pkbx, *na, *nb, confirm_hint; in smp_cmd_pairing_random() local 2156 pkbx = smp->remote_pk; in smp_cmd_pairing_random() 2161 pkbx = smp->local_pk; in smp_cmd_pairing_random() 2226 err = smp_g2(smp->tfm_cmac, pkax, pkbx, na, nb, &passkey); in smp_cmd_pairing_random()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 2145 u8 *pkax, *pkbx, *na, *nb, confirm_hint; in smp_cmd_pairing_random() local 2162 pkbx = smp->remote_pk; in smp_cmd_pairing_random() 2167 pkbx = smp->local_pk; in smp_cmd_pairing_random() 2232 err = smp_g2(smp->tfm_cmac, pkax, pkbx, na, nb, &passkey); in smp_cmd_pairing_random()
|
Completed in 9 milliseconds