Searched refs:smp_h6 (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | smp.c | 339 static int smp_h6(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_h6() function 1167 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key() 1174 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key() 1222 if (smp_h6(smp->tfm_cmac, key->val, tmp2, smp->tk)) in sc_generate_ltk() 1226 if (smp_h6(smp->tfm_cmac, smp->tk, brle, smp->tk)) in sc_generate_ltk() 3740 err = smp_h6(tfm_cmac, w, key_id, res); in test_h6()
|