Searched refs:mackey (Results 1 – 1 of 1) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | smp.c | 128 u8 mackey[16]; member 234 const u8 a2[7], u8 mackey[16], u8 ltk[16]) in smp_f5() 268 err = aes_cmac(tfm_cmac, t, m, sizeof(m), mackey); in smp_f5() 272 SMP_DBG("mackey %16phN", mackey); in smp_f5() 1422 static int sc_mackey_and_ltk(struct smp_chan *smp, u8 mackey[16], u8 ltk[16]) in sc_mackey_and_ltk() 1440 return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk); in sc_mackey_and_ltk() 1473 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check() 1527 if (sc_mackey_and_ltk(smp, smp->mackey, smp->tk)) in sc_passkey_round() 2196 err = sc_mackey_and_ltk(smp, smp->mackey, smp->tk); in smp_cmd_pairing_random() 2902 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check() [all …]
|