Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dsmp.c862 static int smp_h6(const uint8_t w[16], const uint8_t key_id[4], uint8_t res[16]) in smp_h6() function
946 if (smp_h6(conn->le.keys->ltk.val, tmp1, ilk)) { in sc_derive_link_key()
952 if (smp_h6(ilk, lebr, link_key->val)) { in sc_derive_link_key()
1136 if (smp_h6(link_key->val, tmp2, ilk)) { in smp_br_derive_ltk()
1142 if (smp_h6(ilk, brle, keys->ltk.val)) { in smp_br_derive_ltk()
5162 err = smp_h6(w, key_id, res); in smp_h6_test()