Searched refs:sc_mackey_and_ltk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 1425 static int sc_mackey_and_ltk(struct smp_chan *smp, u8 mackey[16], u8 ltk[16]) in sc_mackey_and_ltk() function 1530 if (sc_mackey_and_ltk(smp, smp->mackey, smp->tk)) in sc_passkey_round() 2214 err = sc_mackey_and_ltk(smp, smp->mackey, smp->tk); in smp_cmd_pairing_random()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 1431 static int sc_mackey_and_ltk(struct smp_chan *smp, u8 mackey[16], u8 ltk[16]) in sc_mackey_and_ltk() function 1536 if (sc_mackey_and_ltk(smp, smp->mackey, smp->tk)) in sc_passkey_round() 2220 err = sc_mackey_and_ltk(smp, smp->mackey, smp->tk); in smp_cmd_pairing_random()
|
Completed in 10 milliseconds