Searched refs:bt_mesh_id128 (Results 1 – 2 of 2) sorted by relevance
59 int bt_mesh_id128(const uint8_t n[16], const char *s, uint8_t out[16]);70 return bt_mesh_id128(net_key, "nkik", identity_key); in bt_mesh_identity_key()76 return bt_mesh_id128(net_key, "nkbk", beacon_key); in bt_mesh_beacon_key()
181 int bt_mesh_id128(const uint8_t n[16], const char *s, uint8_t out[16]) in bt_mesh_id128() function