Lines Matching refs:mackey
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()
1414 static int sc_mackey_and_ltk(struct smp_chan *smp, u8 mackey[16], u8 ltk[16]) in sc_mackey_and_ltk()
1432 return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk); in sc_mackey_and_ltk()
1465 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check()
1519 if (sc_mackey_and_ltk(smp, smp->mackey, smp->tk)) in sc_passkey_round()
2200 err = sc_mackey_and_ltk(smp, smp->mackey, smp->tk); in smp_cmd_pairing_random()
2897 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check()
3647 u8 mackey[16], ltk[16]; in test_f5() local
3650 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5()
3654 if (crypto_memneq(mackey, exp_mackey, 16)) in test_f5()