Searched refs:mackey (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/crypto/qce/ |
D | common.c | 156 __be32 mackey[QCE_SHA_HMAC_KEY_SIZE / sizeof(__be32)] = {0}; in qce_setup_regs_ahash() local 180 qce_cpu_to_be32p_array(mackey, rctx->authkey, rctx->authklen); in qce_setup_regs_ahash() 181 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)mackey, in qce_setup_regs_ahash()
|
/linux-6.1.9/net/bluetooth/ |
D | smp.c | 127 u8 mackey[16]; member 233 const u8 a2[7], u8 mackey[16], u8 ltk[16]) in smp_f5() 267 err = aes_cmac(tfm_cmac, t, m, sizeof(m), mackey); in smp_f5() 271 SMP_DBG("mackey %16phN", mackey); in smp_f5() 1417 static int sc_mackey_and_ltk(struct smp_chan *smp, u8 mackey[16], u8 ltk[16]) in sc_mackey_and_ltk() 1435 return smp_f5(smp->tfm_cmac, smp->dhkey, na, nb, a, b, mackey, ltk); in sc_mackey_and_ltk() 1468 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check() 1522 if (sc_mackey_and_ltk(smp, smp->mackey, smp->tk)) in sc_passkey_round() 2206 err = sc_mackey_and_ltk(smp, smp->mackey, smp->tk); in smp_cmd_pairing_random() 2904 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check() [all …]
|