Searched refs:smp_ah (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 471 static int smp_ah(const u8 irk[16], const u8 r[3], u8 res[3]) in smp_ah() function 509 err = smp_ah(irk, &bdaddr->b[3], hash); in smp_irk_matches() 529 err = smp_ah(irk, &rpa->b[3], rpa->b); in smp_generate_rpa() 3544 err = smp_ah(irk, r, res); in test_ah() 3797 BT_ERR("smp_ah test failed"); in run_selftests()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 472 static int smp_ah(const u8 irk[16], const u8 r[3], u8 res[3]) in smp_ah() function 510 err = smp_ah(irk, &bdaddr->b[3], hash); in smp_irk_matches() 530 err = smp_ah(irk, &rpa->b[3], rpa->b); in smp_generate_rpa() 3510 err = smp_ah(irk, r, res); in test_ah() 3763 BT_ERR("smp_ah test failed"); in run_selftests()
|
Completed in 9 milliseconds