Searched refs:smp_g2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 313 static int smp_g2(struct crypto_shash *tfm_cmac, const u8 u[32], const u8 v[32], in smp_g2() function 2226 err = smp_g2(smp->tfm_cmac, pkax, pkbx, na, nb, &passkey); in smp_cmd_pairing_random() 3733 err = smp_g2(tfm_cmac, u, v, x, y, &val); in test_g2() 3833 BT_ERR("smp_g2 test failed"); in run_selftests()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 314 static int smp_g2(struct crypto_shash *tfm_cmac, const u8 u[32], const u8 v[32], in smp_g2() function 2232 err = smp_g2(smp->tfm_cmac, pkax, pkbx, na, nb, &passkey); in smp_cmd_pairing_random() 3699 err = smp_g2(tfm_cmac, u, v, x, y, &val); in test_g2() 3799 BT_ERR("smp_g2 test failed"); in run_selftests()
|
Completed in 12 milliseconds