mackey            233 drivers/crypto/qce/common.c 	__be32 mackey[QCE_SHA_HMAC_KEY_SIZE / sizeof(__be32)] = {0};
mackey            257 drivers/crypto/qce/common.c 		qce_cpu_to_be32p_array(mackey, rctx->authkey, rctx->authklen);
mackey            258 drivers/crypto/qce/common.c 		qce_write_array(qce, REG_AUTH_KEY0, (u32 *)mackey,
mackey            128 net/bluetooth/smp.c 	u8			mackey[16];
mackey            238 net/bluetooth/smp.c 		  const u8 a2[7], u8 mackey[16], u8 ltk[16])
mackey            272 net/bluetooth/smp.c 	err = aes_cmac(tfm_cmac, t, m, sizeof(m), mackey);
mackey            276 net/bluetooth/smp.c 	SMP_DBG("mackey %16phN", mackey);
mackey           1413 net/bluetooth/smp.c static int sc_mackey_and_ltk(struct smp_chan *smp, u8 mackey[16], u8 ltk[16])
mackey           1431 net/bluetooth/smp.c 	return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk);
mackey           1464 net/bluetooth/smp.c 	smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap,
mackey           1518 net/bluetooth/smp.c 			if (sc_mackey_and_ltk(smp, smp->mackey, smp->tk))
mackey           2181 net/bluetooth/smp.c 	err = sc_mackey_and_ltk(smp, smp->mackey, smp->tk);
mackey           2840 net/bluetooth/smp.c 	err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r,
mackey           3683 net/bluetooth/smp.c 	u8 mackey[16], ltk[16];
mackey           3686 net/bluetooth/smp.c 	err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk);
mackey           3690 net/bluetooth/smp.c 	if (crypto_memneq(mackey, exp_mackey, 16))