Searched refs:smp_h6 (Results 1 – 1 of 1) sorted by relevance
/net/bluetooth/ |
D | smp.c | 343 static int smp_h6(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_h6() function 1166 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key() 1173 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key() 1221 if (smp_h6(smp->tfm_cmac, key->val, tmp2, smp->tk)) in sc_generate_ltk() 1225 if (smp_h6(smp->tfm_cmac, smp->tk, brle, smp->tk)) in sc_generate_ltk() 3776 err = smp_h6(tfm_cmac, w, key_id, res); in test_h6()
|