Searched refs:smp_g2 (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
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 2212 err = smp_g2(smp->tfm_cmac, pkax, pkbx, na, nb, &passkey); in smp_cmd_pairing_random() 3718 err = smp_g2(tfm_cmac, u, v, x, y, &val); in test_g2()
|