Searched refs:smp_h6 (Results 1 – 1 of 1) sorted by relevance
/linux/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 1175 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key() 1182 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key() 1230 if (smp_h6(smp->tfm_cmac, key->val, tmp2, smp->tk)) in sc_generate_ltk() 1234 if (smp_h6(smp->tfm_cmac, smp->tk, brle, smp->tk)) in sc_generate_ltk() 3713 err = smp_h6(tfm_cmac, w, key_id, res); in test_h6()
|