Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c321 static int smp_h6(const u8 w[16], const u8 key_id[4], u8 res[16]) in smp_h6() function
1150 if (smp_h6(smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key()
1157 if (smp_h6(smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key()
1205 if (smp_h6(key->val, tmp2, smp->tk)) in sc_generate_ltk()
1209 if (smp_h6(smp->tk, brle, smp->tk)) in sc_generate_ltk()
3660 err = smp_h6(w, key_id, res); in test_h6()