Home
last modified time | relevance | path

Searched refs:tfm_cmac (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dsmp.c92 struct crypto_shash *tfm_cmac; member
130 struct crypto_shash *tfm_cmac; member
3301 if (IS_ERR(tfm_cmac)) { in smp_add_cid()
3316 smp->tfm_cmac = tfm_cmac; in smp_add_cid()
3771 err = test_f4(tfm_cmac); in run_selftests()
3777 err = test_f5(tfm_cmac); in run_selftests()
3783 err = test_f6(tfm_cmac); in run_selftests()
3789 err = test_g2(tfm_cmac); in run_selftests()
3795 err = test_h6(tfm_cmac); in run_selftests()
3827 if (IS_ERR(tfm_cmac)) { in bt_selftest_smp()
[all …]