Searched refs:smp_h6 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 339 static int smp_h6(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_h6() function 1176 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key() 1183 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key() 1231 if (smp_h6(smp->tfm_cmac, key->val, tmp2, smp->tk)) in sc_generate_ltk() 1235 if (smp_h6(smp->tfm_cmac, smp->tk, brle, smp->tk)) in sc_generate_ltk() 3755 err = smp_h6(tfm_cmac, w, key_id, res); in test_h6() 3839 BT_ERR("smp_h6 test failed"); in run_selftests()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 340 static int smp_h6(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_h6() function 1182 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key() 1189 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key() 1237 if (smp_h6(smp->tfm_cmac, key->val, tmp2, smp->tk)) in sc_generate_ltk() 1241 if (smp_h6(smp->tfm_cmac, smp->tk, brle, smp->tk)) in sc_generate_ltk() 3721 err = smp_h6(tfm_cmac, w, key_id, res); in test_h6() 3805 BT_ERR("smp_h6 test failed"); in run_selftests()
|
Completed in 12 milliseconds